commit | 347d39f1fd8ad825a7ec5b8a3dce816723a56d42 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Sun Oct 14 05:57:21 2007 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Sun Oct 14 05:57:21 2007 +0000 |
tree | b53cc576e0aba064bc5630eb5a5eddb28ee58fd1 | |
parent | 296c1761416df3eb706dbcf5319f1f2267e1b4f7 [diff] [blame] |
Revert 42908 for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42960 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MipsAsmPrinter.cpp b/lib/Target/Mips/MipsAsmPrinter.cpp index ff02d43..cd5c1a3 100644 --- a/lib/Target/Mips/MipsAsmPrinter.cpp +++ b/lib/Target/Mips/MipsAsmPrinter.cpp
@@ -363,7 +363,7 @@ case MachineOperand::MO_ConstantPoolIndex: O << TAI->getPrivateGlobalPrefix() << "CPI" - << MO.getConstantPoolIndex() << '_' << CurrentFnName; + << getFunctionNumber() << "_" << MO.getConstantPoolIndex(); break; default: