http://llvm.org/bugs/show_bug.cgi?id=6114
Summary: XCore AsmPrinter - Missing break in printOperand causes
failure
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: compile-fail
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Created an attachment (id=4092)
--> (http://llvm.org/bugs/attachment.cgi?id=4092)
Add missing break statement to XCore AsmPrinter
XCore/AsmPrinter/XCoreAsmPrinter.cpp/printOperand is missing a break statement,
causing an assertion in GetBlockAddressSymbol when it is passed a
JumpTableIndex.
Reproduce by running llc -march=xcore on
tests/CodeGen/ARM/2009-02-16-SpillerBug.ll.
Attached patch adds the break.
--
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs