aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-15 21:58:50 +0000
committerChris Lattner <sabre@nondot.org>2006-01-15 21:58:50 +0000
commite2ba1b32ecf5a6951abe5cee3a4f9878be530118 (patch)
tree31ebcaaaf2ae65ee26bd9c2f365fa0fbd173b12d /lib/VMCore
parent801af7376e360516d15e8d02316217416f86eae6 (diff)
downloadexternal_llvm-e2ba1b32ecf5a6951abe5cee3a4f9878be530118.zip
external_llvm-e2ba1b32ecf5a6951abe5cee3a4f9878be530118.tar.gz
external_llvm-e2ba1b32ecf5a6951abe5cee3a4f9878be530118.tar.bz2
Thanks to Daniel Berlin's ETForest fix, we can now use it again for the verifier
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25345 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore')
-rw-r--r--lib/VMCore/Verifier.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/VMCore/Verifier.cpp b/lib/VMCore/Verifier.cpp
index 2219fe0..f67a497 100644
--- a/lib/VMCore/Verifier.cpp
+++ b/lib/VMCore/Verifier.cpp
@@ -60,8 +60,6 @@
#include <sstream>
using namespace llvm;
-#define ETForest DominatorSet
-
namespace { // Anonymous namespace for class
struct Verifier : public FunctionPass, InstVisitor<Verifier> {