Revert r237789 - [mips] The naming convention for private labels is ABI dependant.
[oota-llvm.git] / lib / CodeGen / LLVMTargetMachine.cpp
index d49c4f0be5c17e31bb115067ecb9ada540758085..610c9f47bac7c88c228270d69ccb657dbec4654b 100644 (file)
@@ -67,7 +67,6 @@ void LLVMTargetMachine::initAsmInfo() {
   if (Options.CompressDebugSections)
     TmpAsmInfo->setCompressDebugSections(true);
 
-  TmpAsmInfo->finishInit(*this);
   AsmInfo = TmpAsmInfo;
 }