[LLVMbugs] [Bug 2894] New: space missing in .ll for invoke
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Oct 13 23:50:16 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2894
Summary: space missing in .ll for invoke
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
CC: llvmbugs at cs.uiuc.edu
Disassemble bitcode containing invoke and observe the missing spaces:
invoke void at g()
Here's a testcase. Run llvm-as testcase.ll -o - | llvm-dis -o -
to watch the space disappear!
declare void @g()
define void @f() {
invoke void @g()
to label %c unwind label %c
c:
ret void
}
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list