ModuloScheduling has moved to lib/Target/SparcV9
authorMisha Brukman <brukman+llvm@gmail.com>
Sun, 10 Oct 2004 23:37:40 +0000 (23:37 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sun, 10 Oct 2004 23:37:40 +0000 (23:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16906 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/Makefile
lib/CodeGen/Makefile.am

index 1253ea8fa9a9a88b1c513c776f39b5631fdc7ba7..cc72a03a16aa7cfed53a2640cf4300f9cf32ec82 100644 (file)
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-PARALLEL_DIRS = SelectionDAG ModuloScheduling
+PARALLEL_DIRS = SelectionDAG
 LIBRARYNAME = codegen
 
 include $(LEVEL)/Makefile.common
index f2edae1eadb6990023d94d2cb8a003c15f3d1c77..0f3cdd2fd5b23f7ba326227253f780cecd107599 100644 (file)
@@ -9,7 +9,7 @@
 
 include $(top_srcdir)/Makefile.rules.am
 
-SUBDIRS = ModuloScheduling SelectionDAG
+SUBDIRS = SelectionDAG
 
 libexec_PROGRAMS = LLVMCodeGen.o