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 | f92cbf5bb8d37908dd5443d3ca381462975293fd (patch) | |
| tree | 9b7d26e05310eeeaf6dc78fd7bdae83ea9654b6d /llvm/lib | |
| parent | e975e4534c6c1dd17edaf9259827a2c9a3b8db25 (diff) | |
| download | bcm5719-llvm-f92cbf5bb8d37908dd5443d3ca381462975293fd.tar.gz bcm5719-llvm-f92cbf5bb8d37908dd5443d3ca381462975293fd.zip | |
Remove the InstrSched directory (moved to SparcV9)
llvm-svn: 16887
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/Makefile.am b/llvm/lib/CodeGen/Makefile.am index 94a4296cfc6..f2edae1eadb 100644 --- a/llvm/lib/CodeGen/Makefile.am +++ b/llvm/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 |

