summaryrefslogtreecommitdiff
path: root/lib/Transforms/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-04 06:23:24 +0000
committerChris Lattner <sabre@nondot.org>2010-01-04 06:23:24 +0000
commitdffbef0d76549ac400e47c3688ad2d140eb49212 (patch)
treedbd5e143bdb9ca9837b9e7e7f2132283648e75f8 /lib/Transforms/Makefile
parente4412c1f0b636980d77a518b76e94559830eeaed (diff)
move instcombine to its own library, it's past time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92459 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Makefile')
-rw-r--r--lib/Transforms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile
index 025d02ad307..ea4a1158acc 100644
--- a/lib/Transforms/Makefile
+++ b/lib/Transforms/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
-PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello
+PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Hello
include $(LEVEL)/Makefile.config