diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-11-13 19:47:29 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-11-13 19:47:29 +0000 |
| commit | ef901291c63b6c7ed01d349cb4345ea9120483e9 (patch) | |
| tree | d253ace6067a55db07581582b2cdf37f1bb683f3 /llvm | |
| parent | d8a4d2b08d77a0816f384b1fbad128894247c0a0 (diff) | |
| download | bcm5719-llvm-ef901291c63b6c7ed01d349cb4345ea9120483e9.tar.gz bcm5719-llvm-ef901291c63b6c7ed01d349cb4345ea9120483e9.zip | |
Expose the verifier to opt
llvm-svn: 9984
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/VMCore/Verifier.cpp | 2 |
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) \ |

