summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
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
commit080fdf4609339ef5a3264d3093adc36cc2e17d58 (patch)
tree613620b2239a2de5276597ea0503c40dc9dcff4e /llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
parent4a57b76eea99aa112c42595a49f17ef69b75ca79 (diff)
downloadbcm5719-llvm-080fdf4609339ef5a3264d3093adc36cc2e17d58.tar.gz
bcm5719-llvm-080fdf4609339ef5a3264d3093adc36cc2e17d58.zip
Nuke it from orbit. It's the only way to be sure.
(Kill the dead non-MC asm printer for the ARM target.) llvm-svn: 115127
Diffstat (limited to 'llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp')
-rw-r--r--llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp b/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
index 64658a6d495..7397c4c6bd6 100644
--- a/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
+++ b/llvm/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) {
OpenPOWER on IntegriCloud