Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
llvm-svn: 109045
This commit is contained in:
@@ -71,8 +71,8 @@ namespace {
|
||||
} // end anonymous namespace
|
||||
|
||||
char StackProtector::ID = 0;
|
||||
static RegisterPass<StackProtector>
|
||||
X("stack-protector", "Insert stack protectors");
|
||||
INITIALIZE_PASS(StackProtector, "stack-protector",
|
||||
"Insert stack protectors", false, false);
|
||||
|
||||
FunctionPass *llvm::createStackProtectorPass(const TargetLowering *tli) {
|
||||
return new StackProtector(tli);
|
||||
|
||||
Reference in New Issue
Block a user