From de2a9432f9b4015959bd791866a2a1d838ca1688 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Sun, 10 Oct 2004 23:37:40 +0000 Subject: ModuloScheduling has moved to lib/Target/SparcV9 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16906 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/Makefile | 2 +- lib/CodeGen/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/CodeGen') diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 1253ea8fa9..cc72a03a16 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 f2edae1ead..0f3cdd2fd5 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 -- cgit v1.2.3-18-g5258