summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Verifier.cpp
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
commitef901291c63b6c7ed01d349cb4345ea9120483e9 (patch)
treed253ace6067a55db07581582b2cdf37f1bb683f3 /llvm/lib/VMCore/Verifier.cpp
parentd8a4d2b08d77a0816f384b1fbad128894247c0a0 (diff)
downloadbcm5719-llvm-ef901291c63b6c7ed01d349cb4345ea9120483e9.tar.gz
bcm5719-llvm-ef901291c63b6c7ed01d349cb4345ea9120483e9.zip
Expose the verifier to opt
llvm-svn: 9984
Diffstat (limited to 'llvm/lib/VMCore/Verifier.cpp')
-rw-r--r--llvm/lib/VMCore/Verifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Verifier.cpp b/llvm/lib/VMCore/Verifier.cpp
index d38ed1d5d2a..cbc8e06f25e 100644
--- a/llvm/lib/VMCore/Verifier.cpp
+++ b/llvm/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) \
OpenPOWER on IntegriCloud