http://llvm.org/bugs/show_bug.cgi?id=11400

Jingyue Wu <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Jingyue Wu <[email protected]> 2012-05-06 15:29:41 CDT ---
LoopInfo requires DominatorTree. Therefore, calling
getAnalysis<DominatorTree>(*f) invalidates the data structures in LoopInfo. 

Be careful about on-the-fly function passes. 

Jingyue

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to