From: Chris Lattner Date: Sun, 3 Jul 2005 17:34:39 +0000 (+0000) Subject: Percolate the call up to the right superclass X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6a709a418bb6ba1d6300e7b9b221da04acf6a74b;p=oota-llvm.git Percolate the call up to the right superclass git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22330 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86IntelAsmPrinter.cpp b/lib/Target/X86/X86IntelAsmPrinter.cpp index 64c843b661f..91982977c4b 100755 --- a/lib/Target/X86/X86IntelAsmPrinter.cpp +++ b/lib/Target/X86/X86IntelAsmPrinter.cpp @@ -188,7 +188,7 @@ void X86IntelAsmPrinter::printMachineInstruction(const MachineInstr *MI) { } bool X86IntelAsmPrinter::doInitialization(Module &M) { - AsmPrinter::doInitialization(M); + X86SharedAsmPrinter::doInitialization(M); // Tell gas we are outputting Intel syntax (not AT&T syntax) assembly. // // Bug: gas in `intel_syntax noprefix' mode interprets the symbol `Sp' in an