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

David Majnemer <david.majne...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|LLVM Codegen                |Common Code Generator Code
         Resolution|WONTFIX                     |FIXED
           Assignee|unassignedclangbugs@nondot. |david.majne...@gmail.com
                   |org                         |
            Product|clang                       |libraries

--- Comment #5 from David Majnemer <david.majne...@gmail.com> ---
After quite a bit of thought, I think I figured out a reasonable solution:
inject catch-all handlers after cleanups which are post-dominated by
unreachable.

Fixed in r258580.

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

Reply via email to