[LLVMbugs] [Bug 1158] NEW: passmgr bug: Analysis used but not available!
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Feb 2 14:11:07 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1158
Summary: passmgr bug: Analysis used but not available!
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Core LLVM classes
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
$ echo "define i8 @test() { unreachable }" | llvm-as | opt -domtree -idom -gcse -etforest -constmerge -
disable-output
PassManager.cpp:663: failed assertion `0 && "Analysis used but not available!"'
Abort
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list