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:
7f9975a
)
ET-Forest has issues with unreachable blocks. Temporarily disable verifiers use
author
Chris Lattner
<sabre@nondot.org>
Sun, 15 Jan 2006 20:00:51 +0000
(20:00 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/VMCore/Verifier.cpp
b/lib/VMCore/Verifier.cpp
index f67a49702c02eac301c088253ce6dae84efe0f5d..2219fe096449f1544876ded245ff80a88e057122 100644
(file)
--- a/
lib/VMCore/Verifier.cpp
+++ b/
lib/VMCore/Verifier.cpp
@@
-60,6
+60,8
@@
#include <sstream>
using namespace llvm;
+#define ETForest DominatorSet
+
namespace { // Anonymous namespace for class
struct Verifier : public FunctionPass, InstVisitor<Verifier> {