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

Anton Korobeynikov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #1 from Anton Korobeynikov <[email protected]> ---
You code has undefined behavior. The compiler inserts the break instruction
(brk on aarch64, ud2 on x86) to mark the unreachable code.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to