Percolate the call up to the right superclass
authorChris Lattner <sabre@nondot.org>
Sun, 3 Jul 2005 17:34:39 +0000 (17:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 Jul 2005 17:34:39 +0000 (17:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22330 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86IntelAsmPrinter.cpp

index 64c843b661fca2411da02209b35a7c2ef9c5a0f0..91982977c4b09b9020c4e43c983e2fa838e55532 100755 (executable)
@@ -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