summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-01 22:39:28 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-01 22:39:28 +0000
commit0e854f3d43a6248115443a69e0bdfb4c16119748 (patch)
tree3cc763c1205fd632b242120651bccdf35c4d145c /llvm/lib/Target/ARM
parentd4ee8453a63c2ffabd29dbeac230e470120719aa (diff)
downloadbcm5719-llvm-0e854f3d43a6248115443a69e0bdfb4c16119748.tar.gz
bcm5719-llvm-0e854f3d43a6248115443a69e0bdfb4c16119748.zip
Rename the AsmPrinter directory to InstPrinter for those targets that have
been MC-ized for assembly printing. MSP430 is mostly so, but still has the asm printer and lowering code in the printer subdir for the moment. llvm-svn: 115360
Diffstat (limited to 'llvm/lib/Target/ARM')
-rw-r--r--llvm/lib/Target/ARM/ARMAsmPrinter.cpp2
-rw-r--r--llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp (renamed from llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp)0
-rw-r--r--llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.h (renamed from llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.h)0
-rw-r--r--llvm/lib/Target/ARM/InstPrinter/CMakeLists.txt (renamed from llvm/lib/Target/ARM/AsmPrinter/CMakeLists.txt)0
-rw-r--r--llvm/lib/Target/ARM/InstPrinter/Makefile (renamed from llvm/lib/Target/ARM/AsmPrinter/Makefile)0
-rw-r--r--llvm/lib/Target/ARM/Makefile2
6 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMAsmPrinter.cpp b/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
index 8ed2daed86d..fbe0317287b 100644
--- a/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
+++ b/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
@@ -17,7 +17,7 @@
#include "ARMBuildAttrs.h"
#include "ARMAddressingModes.h"
#include "ARMConstantPoolValue.h"
-#include "AsmPrinter/ARMInstPrinter.h"
+#include "InstPrinter/ARMInstPrinter.h"
#include "ARMMachineFunctionInfo.h"
#include "ARMMCInstLower.h"
#include "ARMTargetMachine.h"
diff --git a/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp b/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
index f97bf0b3d6a..f97bf0b3d6a 100644
--- a/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
+++ b/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
diff --git a/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.h b/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
index 7bfb757cf3e..7bfb757cf3e 100644
--- a/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.h
+++ b/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
diff --git a/llvm/lib/Target/ARM/AsmPrinter/CMakeLists.txt b/llvm/lib/Target/ARM/InstPrinter/CMakeLists.txt
index 18645c0864a..18645c0864a 100644
--- a/llvm/lib/Target/ARM/AsmPrinter/CMakeLists.txt
+++ b/llvm/lib/Target/ARM/InstPrinter/CMakeLists.txt
diff --git a/llvm/lib/Target/ARM/AsmPrinter/Makefile b/llvm/lib/Target/ARM/InstPrinter/Makefile
index 65d372e44b8..65d372e44b8 100644
--- a/llvm/lib/Target/ARM/AsmPrinter/Makefile
+++ b/llvm/lib/Target/ARM/InstPrinter/Makefile
diff --git a/llvm/lib/Target/ARM/Makefile b/llvm/lib/Target/ARM/Makefile
index b3fcfaf6bda..63596c30e8b 100644
--- a/llvm/lib/Target/ARM/Makefile
+++ b/llvm/lib/Target/ARM/Makefile
@@ -20,6 +20,6 @@ BUILT_SOURCES = ARMGenRegisterInfo.h.inc ARMGenRegisterNames.inc \
ARMGenDecoderTables.inc ARMGenEDInfo.inc \
ARMGenFastISel.inc
-DIRS = AsmPrinter AsmParser Disassembler TargetInfo
+DIRS = InstPrinter AsmParser Disassembler TargetInfo
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud