From: Tanya Lattner Date: Sun, 1 Aug 2004 19:00:17 +0000 (+0000) Subject: Adding ModuloScheduling so that it compiles for everyone. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e0b531cc400aba4dd2c7dbf2694b71c3ea66dfd0;p=oota-llvm.git 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 --- diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 3f45da3d946..31b58573990 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