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
This commit is contained in:
Tanya Lattner 2004-08-01 19:00:17 +00:00
parent 5714f44fdf
commit e0b531cc40

View File

@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
PARALLEL_DIRS = InstrSched SelectionDAG
PARALLEL_DIRS = InstrSched SelectionDAG ModuloScheduling
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common