diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-07-21 17:30:51 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-07-21 17:30:51 +0000 |
| commit | 1177cee9dc413561fe819601f9ea3580a88dbfc3 (patch) | |
| tree | f221bfd9322c73f9956ef47c4fbe1214c08879b6 /llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | |
| parent | 731269f9a7d5fa8ae1097b5e4e262a6532a3523f (diff) | |
| download | bcm5719-llvm-1177cee9dc413561fe819601f9ea3580a88dbfc3.tar.gz bcm5719-llvm-1177cee9dc413561fe819601f9ea3580a88dbfc3.zip | |
Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the
LLVM IR concept.
llvm-svn: 76590
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp index ad6cf77b767..08eab53cf29 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp @@ -155,7 +155,7 @@ void AsmPrinter::getAnalysisUsage(AnalysisUsage &AU) const { bool AsmPrinter::doInitialization(Module &M) { Mang = new Mangler(M, TAI->getGlobalPrefix(), TAI->getPrivateGlobalPrefix(), - TAI->getLessPrivateGlobalPrefix()); + TAI->getLinkerPrivateGlobalPrefix()); if (TAI->doesAllowQuotesInName()) Mang->setUseQuotes(true); |

