summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2001-08-28 23:16:13 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2001-08-28 23:16:13 +0000
commitebfa4bd43755a6c9b2db9f637cdbef41d849c9af (patch)
treeae1eb8dca1d86271a21799a679b2df76f03819df /llvm/lib/CodeGen
parent245b5b0691197f5a61d8bbf1d24c39265db1f2e8 (diff)
downloadbcm5719-llvm-ebfa4bd43755a6c9b2db9f637cdbef41d849c9af.tar.gz
bcm5719-llvm-ebfa4bd43755a6c9b2db9f637cdbef41d849c9af.zip
Added directory InstrSched.
llvm-svn: 401
Diffstat (limited to 'llvm/lib/CodeGen')
-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 1c601d1b6ec..1c0e390088a 100644
--- a/llvm/lib/CodeGen/Makefile
+++ b/llvm/lib/CodeGen/Makefile
@@ -1,4 +1,4 @@
LEVEL = ../..
-DIRS = InstrSelection TargetMachine
+DIRS = TargetMachine InstrSelection InstrSched
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud