summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-07-19 23:44:46 +0000
committerChris Lattner <sabre@nondot.org>2010-07-19 23:44:46 +0000
commitb792b463afd6884554b9397bdf54743099dea7c5 (patch)
treed6158cfa1c28b0426412f5ae1ddbeb0e9af13e27
parent64fffadad3cfec0fa529f591ccfd9dfeb8bdeb31 (diff)
downloadbcm5719-llvm-b792b463afd6884554b9397bdf54743099dea7c5.tar.gz
bcm5719-llvm-b792b463afd6884554b9397bdf54743099dea7c5.zip
sink the arm implementations of ASmPrinter and MCInstLower
out of the AsmPrinter directory into libarm. Now the ARM InstPrinters depend jsut on the MC stuff, not on vmcore or codegen. llvm-svn: 108783
-rw-r--r--llvm/lib/Target/ARM/ARMAsmPrinter.cpp (renamed from llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp)2
-rw-r--r--llvm/lib/Target/ARM/ARMMCInstLower.cpp (renamed from llvm/lib/Target/ARM/AsmPrinter/ARMMCInstLower.cpp)0
-rw-r--r--llvm/lib/Target/ARM/ARMMCInstLower.h (renamed from llvm/lib/Target/ARM/AsmPrinter/ARMMCInstLower.h)0
3 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp b/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
index 7eb9b37108c..3cc6c8fa124 100644
--- a/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
+++ b/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
@@ -17,7 +17,7 @@
#include "ARMBuildAttrs.h"
#include "ARMAddressingModes.h"
#include "ARMConstantPoolValue.h"
-#include "ARMInstPrinter.h"
+#include "AsmPrinter/ARMInstPrinter.h"
#include "ARMMachineFunctionInfo.h"
#include "ARMMCInstLower.h"
#include "ARMTargetMachine.h"
diff --git a/llvm/lib/Target/ARM/AsmPrinter/ARMMCInstLower.cpp b/llvm/lib/Target/ARM/ARMMCInstLower.cpp
index ab2b06b6078..ab2b06b6078 100644
--- a/llvm/lib/Target/ARM/AsmPrinter/ARMMCInstLower.cpp
+++ b/llvm/lib/Target/ARM/ARMMCInstLower.cpp
diff --git a/llvm/lib/Target/ARM/AsmPrinter/ARMMCInstLower.h b/llvm/lib/Target/ARM/ARMMCInstLower.h
index b81a30690ce..b81a30690ce 100644
--- a/llvm/lib/Target/ARM/AsmPrinter/ARMMCInstLower.h
+++ b/llvm/lib/Target/ARM/ARMMCInstLower.h
OpenPOWER on IntegriCloud