remove extraneous hack.
authorChris Lattner <sabre@nondot.org>
Thu, 3 Sep 2009 05:54:00 +0000 (05:54 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 3 Sep 2009 05:54:00 +0000 (05:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80893 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp

index e0a3205c44a95122d13c1fc6182023fd8e74730a..11813de0e6088a084fefa523051186b3e38de554 100644 (file)
@@ -440,8 +440,6 @@ void X86IntelAsmPrinter::printMachineInstruction(const MachineInstr *MI) {
 bool X86IntelAsmPrinter::doInitialization(Module &M) {
   bool Result = AsmPrinter::doInitialization(M);
 
-  Mang->markCharUnacceptable('.');
-
   O << "\t.686\n\t.MMX\n\t.XMM\n\t.model flat\n\n";
 
   // Emit declarations for external functions.