aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/Makefile
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-08-01 19:00:17 +0000
committerTanya Lattner <tonic@nondot.org>2004-08-01 19:00:17 +0000
commite0b531cc400aba4dd2c7dbf2694b71c3ea66dfd0 (patch)
tree16434f50cc329a34083b4771925f3c62cc9497fe /lib/CodeGen/Makefile
parent5714f44fdf1260d98722d902e11f8f9b9ed9bcc2 (diff)
Adding ModuloScheduling so that it compiles for everyone.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15408 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Makefile')
-rw-r--r--lib/CodeGen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile
index 3f45da3d94..31b5857399 100644
--- a/lib/CodeGen/Makefile
+++ b/lib/CodeGen/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
-PARALLEL_DIRS = InstrSched SelectionDAG
+PARALLEL_DIRS = InstrSched SelectionDAG ModuloScheduling
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common