Add method to check to see if two _Instructions_ dominate each other
authorChris Lattner <sabre@nondot.org>
Mon, 13 May 2002 22:03:16 +0000 (22:03 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 13 May 2002 22:03:16 +0000 (22:03 +0000)
commitef704a23b4c3cadf11b093fa628cafa38fa05ad5
tree0d5f7527a80ce17ea92d35840777189dbd478dc4
parente0e734eea052a4e8372e6f430ef41149128ba0a6
Add method to check to see if two _Instructions_ dominate each other

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2616 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/Dominators.h
lib/Analysis/PostDominators.cpp
lib/VMCore/Dominators.cpp