mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-14 14:24:05 +00:00
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109045 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -167,8 +167,7 @@ namespace {
|
||||
}
|
||||
|
||||
char Lint::ID = 0;
|
||||
static RegisterPass<Lint>
|
||||
X("lint", "Statically lint-checks LLVM IR", false, true);
|
||||
INITIALIZE_PASS(Lint, "lint", "Statically lint-checks LLVM IR", false, true);
|
||||
|
||||
// Assert - We know that cond should be true, if not print an error message.
|
||||
#define Assert(C, M) \
|
||||
|
Reference in New Issue
Block a user