summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commitcb54d5dfae70819a2e88651ca4657bdd05ce61dd (patch)
treefb7f41281cf53e66a322417fcc1e0cf831e7bc15 /llvm/lib
parent24eb38af7c7c3deadf4f0a526b5b0d7623382006 (diff)
downloadbcm5719-llvm-cb54d5dfae70819a2e88651ca4657bdd05ce61dd.tar.gz
bcm5719-llvm-cb54d5dfae70819a2e88651ca4657bdd05ce61dd.zip
InstrSched has been moved to lib/Target/SparcV9
llvm-svn: 16850
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile
index 31b58573990..1253ea8fa9a 100644
--- a/llvm/lib/CodeGen/Makefile
+++ b/llvm/lib/CodeGen/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
-PARALLEL_DIRS = InstrSched SelectionDAG ModuloScheduling
+PARALLEL_DIRS = SelectionDAG ModuloScheduling
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud