summaryrefslogtreecommitdiff
path: root/lib/CodeGen/Makefile
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-10-08 18:12:53 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-10-08 18:12:53 +0000
commit6b68973617b8c4d5842595f1c77ef716807f629b (patch)
tree091f88e1d5c7a56771e582ae373da35879f05b45 /lib/CodeGen/Makefile
parentc8e049124e1e10475217d406990dbc1d34f2d15c (diff)
downloadllvm-6b68973617b8c4d5842595f1c77ef716807f629b.tar.gz
llvm-6b68973617b8c4d5842595f1c77ef716807f629b.tar.bz2
llvm-6b68973617b8c4d5842595f1c77ef716807f629b.tar.xz
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
Diffstat (limited to 'lib/CodeGen/Makefile')
-rw-r--r--lib/CodeGen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile
index 31b5857399..1253ea8fa9 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