commit | 477b9ac19d813b317e3b90ebfdffa1953d4e1261 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Sep 20 07:35:34 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Sep 20 07:35:34 2009 +0000 |
tree | cc442a8f9ff985a2ba037ba508a4f381f5ee9e08 | |
parent | 2aa10dafe6b2eeccc73dda8817d0eebce9481c63 [diff] [blame] |
rename X86ATTAsmPrinter class -> X86AsmPrinter git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82391 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp b/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp index b7d8212..b89de32 100644 --- a/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp +++ b/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
@@ -392,8 +392,7 @@ -void X86ATTAsmPrinter:: -printInstructionThroughMCStreamer(const MachineInstr *MI) { +void X86AsmPrinter::printInstructionThroughMCStreamer(const MachineInstr *MI) { X86MCInstLower MCInstLowering(OutContext, Mang, *this); switch (MI->getOpcode()) { case TargetInstrInfo::DBG_LABEL: