aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/AsmPrinter
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-09-30 01:57:53 +0000
committerJim Grosbach <grosbach@apple.com>2010-09-30 01:57:53 +0000
commit8a8e5fe14352aaeb0ccc1c9cda5698d004dac093 (patch)
treedd4f375a66218d02cf60973f123806e6429324be /lib/Target/ARM/AsmPrinter
parent34a80ad2dbeff69b5a1db1291a025a213bc215f8 (diff)
downloadexternal_llvm-8a8e5fe14352aaeb0ccc1c9cda5698d004dac093.zip
external_llvm-8a8e5fe14352aaeb0ccc1c9cda5698d004dac093.tar.gz
external_llvm-8a8e5fe14352aaeb0ccc1c9cda5698d004dac093.tar.bz2
Nuke it from orbit. It's the only way to be sure.
(Kill the dead non-MC asm printer for the ARM target.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115127 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/AsmPrinter')
-rw-r--r--lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp b/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
index 64658a6..7397c4c 100644
--- a/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
+++ b/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
@@ -22,12 +22,7 @@
#include "llvm/Support/raw_ostream.h"
using namespace llvm;
-// Include the auto-generated portion of the assembly writer.
-#define MachineInstr MCInst
-#define ARMAsmPrinter ARMInstPrinter // FIXME: REMOVE.
#include "ARMGenAsmWriter.inc"
-#undef MachineInstr
-#undef ARMAsmPrinter
static unsigned getDPRSuperRegForSPR(unsigned Reg) {
switch (Reg) {