Simplify the logic of getting hold of a PHI predecessor block.
[oota-llvm.git] / lib / Transforms / Makefile
index 0493e9a81d1b6228cecfc5a1754e829bbefc5718..bfdb2bf81d9808f32e98caa2761514d5a6906a75 100644 (file)
@@ -1,16 +1,14 @@
 ##===- lib/Transforms/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.
-# 
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
-PARALLEL_DIRS = Utils Instrumentation Scalar IPO
-LIBRARYNAME = LLVMTransforms
-BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
+PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello
 
 include $(LEVEL)/Makefile.common