Implement dominator checking in the verifier, so that we check that all
authorChris Lattner <sabre@nondot.org>
Fri, 2 Aug 2002 17:37:08 +0000 (17:37 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 2 Aug 2002 17:37:08 +0000 (17:37 +0000)
commit9ce231f3aecec46902ac9a108c5721a4d9c62a61
treeca277c4b63ee28c05f43465a86cf7d261511425a
parenta915ef0fc085d914df69d531c0438d2c330df5de
Implement dominator checking in the verifier, so that we check that all
defintiions dominate their uses

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3214 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Dominators.cpp
lib/VMCore/Verifier.cpp