Added directory InstrSched.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@401 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2001-08-28 23:16:13 +00:00
parent d4228a5066
commit 4c182bf16f

View File

@ -1,4 +1,4 @@
LEVEL = ../..
DIRS = InstrSelection TargetMachine
DIRS = TargetMachine InstrSelection InstrSched
include $(LEVEL)/Makefile.common