[LLVMbugs] [Bug 1364] Assertion failure in PassManager
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri May 4 09:51:00 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1364
dpatel at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From dpatel at apple.com 2007-05-04 11:50 -------
PathExpressions does not required DominatorTree and PostDominatorTree hence it is incorrect to use
getAnalysis<DominatorTree>().
This happens because you have typo "getAnalsisUsage" should be "getAnalysisUsage" :)
------- 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