summaryrefslogtreecommitdiff
path: root/lib/Target/X86/Makefile
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
commit7ac1609a3b81504d269bf967060241c309771f23 (patch)
tree41cba4e9be873c1d0cd0d77a24d37531a725fbff /lib/Target/X86/Makefile
parente5e2c41b7f4247766773e2d89b1725ad03c39fe1 (diff)
downloadllvm-7ac1609a3b81504d269bf967060241c309771f23.tar.gz
llvm-7ac1609a3b81504d269bf967060241c309771f23.tar.bz2
llvm-7ac1609a3b81504d269bf967060241c309771f23.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115360 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/Makefile')
-rw-r--r--lib/Target/X86/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/Makefile b/lib/Target/X86/Makefile
index f4ff894a2a..9c6415d6e8 100644
--- a/lib/Target/X86/Makefile
+++ b/lib/Target/X86/Makefile
@@ -20,6 +20,6 @@ BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
X86GenCallingConv.inc X86GenSubtarget.inc \
X86GenEDInfo.inc
-DIRS = AsmPrinter AsmParser Disassembler TargetInfo
+DIRS = InstPrinter AsmParser Disassembler TargetInfo
include $(LEVEL)/Makefile.common