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:
Sanjiv Gupta
2009-05-10 05:23:47 +00:00
parent c677fe5aba
commit 211f3624ef
7 changed files with 282 additions and 203 deletions
+1 -1
View File
@@ -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