mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
The function to create an instance of this pass is no longer a method of
the UltraSparc class. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9952 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7e060be881
commit
661a571053
@ -112,7 +112,7 @@ namespace {
|
||||
};
|
||||
} // end anonymous namespace
|
||||
|
||||
Pass *UltraSparc::getBytecodeAsmPrinterPass(std::ostream &Out) {
|
||||
Pass *createBytecodeAsmPrinterPass(std::ostream &Out) {
|
||||
return new SparcBytecodeWriter(Out);
|
||||
}
|
||||
|
||||
|
@ -176,7 +176,7 @@ void InsertPrologEpilogCode::InsertEpilogCode(MachineFunction &MF)
|
||||
}
|
||||
}
|
||||
|
||||
FunctionPass *UltraSparc::getPrologEpilogInsertionPass() {
|
||||
FunctionPass *createPrologEpilogInsertionPass() {
|
||||
return new InsertPrologEpilogCode();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user