summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-16 19:08:51 +0000
committerChris Lattner <sabre@nondot.org>2010-01-16 19:08:51 +0000
commit8b27547d6d82c986b504273490559153a8661428 (patch)
tree1134e1d21f9a205396c946119112c6e5182b77a5 /llvm/lib/CodeGen
parent06d45f6e751911858d000ba0c16f8c51a6650ce1 (diff)
downloadbcm5719-llvm-8b27547d6d82c986b504273490559153a8661428.tar.gz
bcm5719-llvm-8b27547d6d82c986b504273490559153a8661428.zip
Mangler::getMangledName is now dead, remove it and all the other stuff in Mangler that is now transitively dead. woo.
llvm-svn: 93648
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/MachOWriter.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/CodeGen/MachOWriter.cpp b/llvm/lib/CodeGen/MachOWriter.cpp
index cab71cea0d5..23e5c4bd26c 100644
--- a/llvm/lib/CodeGen/MachOWriter.cpp
+++ b/llvm/lib/CodeGen/MachOWriter.cpp
@@ -72,12 +72,6 @@ bool MachOWriter::doInitialization(Module &M) {
Mang = new Mangler(M, MAI->getGlobalPrefix(), MAI->getPrivateGlobalPrefix(),
MAI->getLinkerPrivateGlobalPrefix());
- if (MAI->doesAllowQuotesInName())
- Mang->setUseQuotes(true);
-
- if (MAI->doesAllowNameToStartWithDigit())
- Mang->setSymbolsCanStartWithDigit(true);
-
// Initialize TargetLoweringObjectFile.
TM.getTargetLowering()->getObjFileLowering().Initialize(OutContext, TM);
OpenPOWER on IntegriCloud