From: Chris Lattner Date: Sun, 15 Jan 2006 20:00:51 +0000 (+0000) Subject: ET-Forest has issues with unreachable blocks. Temporarily disable verifiers use X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=14c02b752a7642749efa157f57536ad9c837907a;p=oota-llvm.git ET-Forest has issues with unreachable blocks. Temporarily disable verifiers use of it until they are resolved. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25341 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/Verifier.cpp b/lib/VMCore/Verifier.cpp index f67a49702c0..2219fe09644 100644 --- a/lib/VMCore/Verifier.cpp +++ b/lib/VMCore/Verifier.cpp @@ -60,6 +60,8 @@ #include using namespace llvm; +#define ETForest DominatorSet + namespace { // Anonymous namespace for class struct Verifier : public FunctionPass, InstVisitor {