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:
172489c
)
Expose the verifier to opt
author
Chris Lattner
<sabre@nondot.org>
Thu, 13 Nov 2003 19:47:29 +0000
(19:47 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 13 Nov 2003 19:47:29 +0000
(19:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9984
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 d38ed1d5d2ad575dbc8a2dae219b67cec0d07008..cbc8e06f25e3a2fb394a9ab59feb492ce17116af 100644
(file)
--- a/
lib/VMCore/Verifier.cpp
+++ b/
lib/VMCore/Verifier.cpp
@@
-169,7
+169,7
@@
namespace { // Anonymous namespace for class
}
};
}
};
- Register
Pass
<Verifier> X("verify", "Module Verifier");
+ Register
Opt
<Verifier> X("verify", "Module Verifier");
// Assert - We know that cond should be true, if not print an error message.
#define Assert(C, M) \
// Assert - We know that cond should be true, if not print an error message.
#define Assert(C, M) \