[LLVMbugs] [Bug 6114] New: XCore AsmPrinter - Missing break in printOperand causes failure
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Jan 22 09:44:00 PST 2010
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: unassignedbugs at nondot.org
ReportedBy: mwb.cde at googlemail.com
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list