Thanks to Daniel Berlin's ETForest fix, we can now use it again for the verifier
authorChris Lattner <sabre@nondot.org>
Sun, 15 Jan 2006 21:58:50 +0000 (21:58 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Jan 2006 21:58:50 +0000 (21:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25345 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Verifier.cpp

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