From: Misha Brukman Date: Sun, 10 Oct 2004 23:37:40 +0000 (+0000) Subject: ModuloScheduling has moved to lib/Target/SparcV9 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=de2a9432f9b4015959bd791866a2a1d838ca1688;p=oota-llvm.git ModuloScheduling has moved to lib/Target/SparcV9 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16906 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 1253ea8fa9a..cc72a03a16a 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. -PARALLEL_DIRS = SelectionDAG ModuloScheduling +PARALLEL_DIRS = SelectionDAG LIBRARYNAME = codegen include $(LEVEL)/Makefile.common diff --git a/lib/CodeGen/Makefile.am b/lib/CodeGen/Makefile.am index f2edae1eadb..0f3cdd2fd5b 100644 --- a/lib/CodeGen/Makefile.am +++ b/lib/CodeGen/Makefile.am @@ -9,7 +9,7 @@ include $(top_srcdir)/Makefile.rules.am -SUBDIRS = ModuloScheduling SelectionDAG +SUBDIRS = SelectionDAG libexec_PROGRAMS = LLVMCodeGen.o