[LLVMbugs] [Bug 5450] Identical cases in a SwitchInst causes an assertion failure
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Nov 10 14:04:33 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=5450
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #3 from Chris Lattner <clattner at apple.com> 2009-11-10 16:04:32 ---
Right, this is invalid IR:
http://llvm.org/docs/LangRef.html#i_switch
"The table is not allowed to contain duplicate constant entries."
--
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