diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-20 07:47:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-20 07:47:59 +0000 |
commit | f0544b677b4974c107db08d19d419ce3a5703478 (patch) | |
tree | 13f9d984be564ac4f61d8ca1d8d16678710a45b4 /lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp | |
parent | bf4b6a8e534c6934d3f702cb8d15e727096aabfb (diff) | |
download | external_llvm-f0544b677b4974c107db08d19d419ce3a5703478.tar.gz external_llvm-f0544b677b4974c107db08d19d419ce3a5703478.tar.bz2 external_llvm-f0544b677b4974c107db08d19d419ce3a5703478.zip |
remove a temporary hack.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82395 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp')
-rw-r--r-- | lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp b/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp index e7821956b3..fde5902357 100644 --- a/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp +++ b/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp @@ -25,7 +25,6 @@ using namespace llvm; // Include the auto-generated portion of the assembly writer. #define MachineInstr MCInst #define NO_ASM_WRITER_BOILERPLATE -#define X86IntelAsmPrinter X86IntelInstPrinter #include "X86GenAsmWriter1.inc" #undef MachineInstr @@ -46,8 +45,7 @@ void X86IntelInstPrinter::printSSECC(const MCInst *MI, unsigned Op) { } /// print_pcrel_imm - This is used to print an immediate value that ends up -/// being encoded as a pc-relative value. These print slightly differently, for -/// example, a $ is not emitted. +/// being encoded as a pc-relative value. void X86IntelInstPrinter::print_pcrel_imm(const MCInst *MI, unsigned OpNo) { const MCOperand &Op = MI->getOperand(OpNo); if (Op.isImm()) |