From: Chris Lattner Date: Thu, 13 Nov 2003 19:47:29 +0000 (+0000) Subject: Expose the verifier to opt X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5158aaf20e13e55f4e52d75d9126334f47b54220;p=oota-llvm.git Expose the verifier to opt git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9984 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/Verifier.cpp b/lib/VMCore/Verifier.cpp index d38ed1d5d2a..cbc8e06f25e 100644 --- a/lib/VMCore/Verifier.cpp +++ b/lib/VMCore/Verifier.cpp @@ -169,7 +169,7 @@ namespace { // Anonymous namespace for class } }; - RegisterPass X("verify", "Module Verifier"); + RegisterOpt X("verify", "Module Verifier"); // Assert - We know that cond should be true, if not print an error message. #define Assert(C, M) \