From 01930c48918fc9fef5f9a3bda98e96bf337814fa Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 10 Oct 2004 21:19:41 +0000 Subject: [PATCH] Remove the InstrSched directory (moved to SparcV9) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16887 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/Makefile.am b/lib/CodeGen/Makefile.am index 94a4296cfc6..f2edae1eadb 100644 --- a/lib/CodeGen/Makefile.am +++ b/lib/CodeGen/Makefile.am @@ -9,7 +9,7 @@ include $(top_srcdir)/Makefile.rules.am -SUBDIRS = InstrSched ModuloScheduling SelectionDAG +SUBDIRS = ModuloScheduling SelectionDAG libexec_PROGRAMS = LLVMCodeGen.o