mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 05:22:04 +00:00
Changed lowering and asmprinter to use ABI Names class called PAN.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71386 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -145,7 +145,7 @@ bool MemSelOpt::processInstruction(MachineInstr *MI) {
|
||||
// External Symbol is generated for temp data and arguments. They are
|
||||
// in fpdata.<functionname>.# section.
|
||||
std::string Sym = Op.getSymbolName();
|
||||
NewBank = PIC16ABINames::getSectionNameForSym(Sym);
|
||||
NewBank = PAN::getSectionNameForSym(Sym);
|
||||
}
|
||||
|
||||
// If the previous and new section names are same, we don't need to
|
||||
|
||||
Reference in New Issue
Block a user