The attached patch fixes the behavior of the DominatorSetBase::dominates(Instruction*, Instruction*) method for derived Postdominator classes. Naveen -------------- next part -------------- A non-text attachment was scrubbed... Name: Dominators.cpp.patch Type: application/octet-stream Size: 727 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050425/9f07dd58/attachment.obj>
On Mon, 25 Apr 2005, Naveen Neelakantam wrote:> The attached patch fixes the behavior of the > DominatorSetBase::dominates(Instruction*, Instruction*) method for derived > Postdominator classes.Looks great, applied: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050425/025804.html Thanks! -Chris -- http://nondot.org/sabre/ http://llvm.cs.uiuc.edu/
Seemingly Similar Threads
- [LLVMdev] a problem when using postDominatorTree
- [LLVMdev] a problem when using postDominatorTree
- [LLVMdev] a problem when using postDominatorTree
- Finding label of basic block where a conditional branch merges
- [LLVMdev] ModulePasses requiring FunctionPasses