[LLVMbugs] [Bug 1410] NEW: llc -enable-eh moves invoke calls out of the eh region
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu May 10 12:33:42 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1410
Summary: llc -enable-eh moves invoke calls out of the eh region
Product: new-bugs
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: baldrick at free.fr
$ llvm-as eh5.ll
$ llc -enable-eh eh5.bc
Inspect eh5.s to see that the first two invokes
of @__gnat_rcheck_07 have been moved out of line,
and out of any eh region!
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list