Proper patterns for thumb2 shift and rotate instructions.
[oota-llvm.git] / lib / Target / IA64 / Makefile
index f519cf92db6451b03d543c6a2d5d81c90c69adba..d38325422c60ae10bf5a4ee7e0c9bbae01a9b87d 100644 (file)
@@ -1,12 +1,12 @@
 ##===- lib/Target/IA64/Makefile -----------------------------*- Makefile -*-===##
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by Duraid Madina and is distributed under the
-# University of Illinois Open Source License. See LICENSE.TXT for details.
-# 
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../..
-LIBRARYNAME = LLVMIA64
+LIBRARYNAME = LLVMIA64CodeGen
 TARGET = IA64
 # Make sure that tblgen is run, first thing.
 BUILT_SOURCES = IA64GenRegisterInfo.h.inc IA64GenRegisterNames.inc \
@@ -14,5 +14,7 @@ BUILT_SOURCES = IA64GenRegisterInfo.h.inc IA64GenRegisterNames.inc \
                 IA64GenInstrInfo.inc IA64GenAsmWriter.inc \
                IA64GenDAGISel.inc
 
+DIRS = AsmPrinter
+
 include $(LEVEL)/Makefile.common