Use live out sets for return values instead of imp_defs, which is cleaner and faster.
[oota-llvm.git] / lib / CodeGen / Makefile
index c235800f87819896bfeac392e57a53c58533b91a..05453a36ef7d025c450fd9fa6ab0779b553140c9 100644 (file)
@@ -1,4 +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
+PARALLEL_DIRS = SelectionDAG
+LIBRARYNAME = LLVMCodeGen
 
 include $(LEVEL)/Makefile.common