summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commit087bb703d7dfb136738109d8192eadb9cc0fddda (patch)
tree6e745dc9fdd44cc2b298730e5a5380a7efcbc363 /llvm/lib
parentf41846c35b3bb2a19a534f42d5cf176f1f26cf95 (diff)
downloadbcm5719-llvm-087bb703d7dfb136738109d8192eadb9cc0fddda.tar.gz
bcm5719-llvm-087bb703d7dfb136738109d8192eadb9cc0fddda.zip
Thanks to Daniel Berlin's ETForest fix, we can now use it again for the verifier
llvm-svn: 25345
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/Verifier.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/VMCore/Verifier.cpp b/llvm/lib/VMCore/Verifier.cpp
index 2219fe09644..f67a49702c0 100644
--- a/llvm/lib/VMCore/Verifier.cpp
+++ b/llvm/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> {
OpenPOWER on IntegriCloud