From: Misha Brukman Date: Fri, 8 Oct 2004 18:12:53 +0000 (+0000) Subject: InstrSched has been moved to lib/Target/SparcV9 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6b68973617b8c4d5842595f1c77ef716807f629b;p=oota-llvm.git InstrSched has been moved to lib/Target/SparcV9 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16850 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 31b58573990..1253ea8fa9a 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. -PARALLEL_DIRS = InstrSched SelectionDAG ModuloScheduling +PARALLEL_DIRS = SelectionDAG ModuloScheduling LIBRARYNAME = codegen include $(LEVEL)/Makefile.common