ET-Forest has issues with unreachable blocks. Temporarily disable verifiers use
authorChris Lattner <sabre@nondot.org>
Sun, 15 Jan 2006 20:00:51 +0000 (20:00 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Jan 2006 20:00:51 +0000 (20:00 +0000)
of it until they are resolved.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25341 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Verifier.cpp

index f67a49702c02eac301c088253ce6dae84efe0f5d..2219fe096449f1544876ded245ff80a88e057122 100644 (file)
@@ -60,6 +60,8 @@
 #include <sstream>
 using namespace llvm;
 
+#define ETForest DominatorSet
+
 namespace {  // Anonymous namespace for class
 
   struct Verifier : public FunctionPass, InstVisitor<Verifier> {