https://bugs.llvm.org/show_bug.cgi?id=40851

Anton Korobeynikov <an...@korobeynikov.info> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 CC|                            |an...@korobeynikov.info

--- Comment #1 from Anton Korobeynikov <an...@korobeynikov.info> ---
arr is externally visible therefore its contents could be changed. If you'd
change it to "static const", then compiler inlines the function.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to