unbreak the build.
authorChris Lattner <sabre@nondot.org>
Sat, 16 Jan 2010 20:53:11 +0000 (20:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 16 Jan 2010 20:53:11 +0000 (20:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93654 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/AsmPrinter.cpp

index 4a85c84bc659529b7a7bbc7ce57831b692bb4b8e..29f5480fb6becd86019fdca0a4358127fafa23e8 100644 (file)
@@ -105,12 +105,6 @@ bool AsmPrinter::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);
-  
   // Allow the target to emit any magic that it wants at the start of the file.
   EmitStartOfAsmFile(M);