unbreak the build.

llvm-svn: 93654
This commit is contained in:
Chris Lattner 2010-01-16 20:53:11 +00:00
parent edf8f39003
commit d3b1808876
1 changed files with 0 additions and 6 deletions

View 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);