diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-10 21:19:41 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-10 21:19:41 +0000 |
commit | 01930c48918fc9fef5f9a3bda98e96bf337814fa (patch) | |
tree | 4c6805636e1e6596a0e58c6320d35bd7a60b0f86 /lib | |
parent | d9a9925f87e2971af7b5613a820a1e1e4180cbe9 (diff) | |
download | external_llvm-01930c48918fc9fef5f9a3bda98e96bf337814fa.zip external_llvm-01930c48918fc9fef5f9a3bda98e96bf337814fa.tar.gz external_llvm-01930c48918fc9fef5f9a3bda98e96bf337814fa.tar.bz2 |
Remove the InstrSched directory (moved to SparcV9)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16887 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Makefile.am b/lib/CodeGen/Makefile.am index 94a4296..f2edae1 100644 --- a/lib/CodeGen/Makefile.am +++ b/lib/CodeGen/Makefile.am @@ -9,7 +9,7 @@ include $(top_srcdir)/Makefile.rules.am -SUBDIRS = InstrSched ModuloScheduling SelectionDAG +SUBDIRS = ModuloScheduling SelectionDAG libexec_PROGRAMS = LLVMCodeGen.o |