summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/AsmPrinter
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-21 17:30:51 +0000
committerChris Lattner <sabre@nondot.org>2009-07-21 17:30:51 +0000
commit90f8b7073dd472afb21bc33be0f24391e7a4505b (patch)
tree3f6f5178a3dd2a22d739e85705618d265adeec00 /lib/Target/Sparc/AsmPrinter
parent7cb6860185187c74a1205deebff9e0f09a0ddae4 (diff)
downloadllvm-90f8b7073dd472afb21bc33be0f24391e7a4505b.tar.gz
llvm-90f8b7073dd472afb21bc33be0f24391e7a4505b.tar.bz2
llvm-90f8b7073dd472afb21bc33be0f24391e7a4505b.tar.xz
Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the
LLVM IR concept. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76590 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/AsmPrinter')
-rw-r--r--lib/Target/Sparc/AsmPrinter/SparcAsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Sparc/AsmPrinter/SparcAsmPrinter.cpp b/lib/Target/Sparc/AsmPrinter/SparcAsmPrinter.cpp
index 71394e8ad7..7710819405 100644
--- a/lib/Target/Sparc/AsmPrinter/SparcAsmPrinter.cpp
+++ b/lib/Target/Sparc/AsmPrinter/SparcAsmPrinter.cpp
@@ -224,7 +224,7 @@ void SparcAsmPrinter::printCCOperand(const MachineInstr *MI, int opNum) {
bool SparcAsmPrinter::doInitialization(Module &M) {
Mang = new Mangler(M, "", TAI->getPrivateGlobalPrefix(),
- TAI->getLessPrivateGlobalPrefix());
+ TAI->getLinkerPrivateGlobalPrefix());
return false; // success
}