[LLVMbugs] [Bug 2315] New: Missing break in LegalizeOp case
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun May 11 10:17:38 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2315
Summary: Missing break in LegalizeOp case
Product: libraries
Version: 2.2
Platform: PC
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: Common Code Generator Code
AssignedTo: unassignedbugs at nondot.org
ReportedBy: giuma.cordes at gmail.com
CC: llvmbugs at cs.uiuc.edu
There is a missing break in lib/CodeGen/SelectionDAG/LegalizeDAG.cpp, line
4002, causing an erroneous fallthrough to the next case.
--
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