Adding ModuloScheduling so that it compiles for everyone.
authorTanya Lattner <tonic@nondot.org>
Sun, 1 Aug 2004 19:00:17 +0000 (19:00 +0000)
committerTanya Lattner <tonic@nondot.org>
Sun, 1 Aug 2004 19:00:17 +0000 (19:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15408 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/Makefile

index 3f45da3d946e448a3c71ef7ae47f91eb97bee83f..31b58573990b1a85e9ddfeee7b28afc258ed678c 100644 (file)
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-PARALLEL_DIRS = InstrSched SelectionDAG
+PARALLEL_DIRS = InstrSched SelectionDAG ModuloScheduling
 LIBRARYNAME = codegen
 
 include $(LEVEL)/Makefile.common
 LIBRARYNAME = codegen
 
 include $(LEVEL)/Makefile.common