aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-13 19:47:29 +0000
committerChris Lattner <sabre@nondot.org>2003-11-13 19:47:29 +0000
commit5158aaf20e13e55f4e52d75d9126334f47b54220 (patch)
tree6fea128770f9b5213bc1602ae480ce11cb1b45b7
parent172489c77b6f36c5daa1ec12f588e12f0445fff3 (diff)
Expose the verifier to opt
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9984 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/VMCore/Verifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Verifier.cpp b/lib/VMCore/Verifier.cpp
index d38ed1d5d2..cbc8e06f25 100644
--- a/lib/VMCore/Verifier.cpp
+++ b/lib/VMCore/Verifier.cpp
@@ -169,7 +169,7 @@ namespace { // Anonymous namespace for class
}
};
- RegisterPass<Verifier> X("verify", "Module Verifier");
+ RegisterOpt<Verifier> X("verify", "Module Verifier");
// Assert - We know that cond should be true, if not print an error message.
#define Assert(C, M) \