projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
801af73
)
Thanks to Daniel Berlin's ETForest fix, we can now use it again for the verifier
author
Chris Lattner
<sabre@nondot.org>
Sun, 15 Jan 2006 21:58:50 +0000
(21:58 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/VMCore/Verifier.cpp
b/lib/VMCore/Verifier.cpp
index 2219fe096449f1544876ded245ff80a88e057122..f67a49702c02eac301c088253ce6dae84efe0f5d 100644
(file)
--- 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> {