mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Expose the verifier to opt
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9984 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
172489c77b
commit
5158aaf20e
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user