Use live out sets for return values instead of imp_defs, which is cleaner and faster.
[oota-llvm.git] / lib / CodeGen / Makefile
index 6f2a330d3ed4956fdf0f0b24e403e5f4e8bf37f2..05453a36ef7d025c450fd9fa6ab0779b553140c9 100644 (file)
@@ -1,5 +1,14 @@
+##===- lib/CodeGen/Makefile --------------------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file was developed by the LLVM research group and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
-PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
-LIBRARYNAME = codegen
+PARALLEL_DIRS = SelectionDAG
+LIBRARYNAME = LLVMCodeGen
 
 include $(LEVEL)/Makefile.common