summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/Makefile
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-01 22:57:18 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-01 22:57:18 +0000
commit7722980950cede2f54150f171a3c01bb3f1089bf (patch)
tree0139e360fc6359648fac5bc8002c9439d6c03d0d /lib/Target/MSP430/Makefile
parent055028215d53759a46fcc61fe95cda4a4bdf3a35 (diff)
downloadllvm-7722980950cede2f54150f171a3c01bb3f1089bf.tar.gz
llvm-7722980950cede2f54150f171a3c01bb3f1089bf.tar.bz2
llvm-7722980950cede2f54150f171a3c01bb3f1089bf.tar.xz
Now that the asmprinter itself isn't in the subdir, rename 'AsmPrinter' to
'InstPrinter' to fall into line with the other MC-ized assembly printer using targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115367 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430/Makefile')
-rw-r--r--lib/Target/MSP430/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/MSP430/Makefile b/lib/Target/MSP430/Makefile
index b1f33d6d0c..fa4e80b0ff 100644
--- a/lib/Target/MSP430/Makefile
+++ b/lib/Target/MSP430/Makefile
@@ -18,7 +18,7 @@ BUILT_SOURCES = MSP430GenRegisterInfo.h.inc MSP430GenRegisterNames.inc \
MSP430GenDAGISel.inc MSP430GenCallingConv.inc \
MSP430GenSubtarget.inc
-DIRS = AsmPrinter TargetInfo
+DIRS = InstPrinter TargetInfo
include $(LEVEL)/Makefile.common