diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-10 21:18:31 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-10 21:18:31 +0000 |
| commit | e975e4534c6c1dd17edaf9259827a2c9a3b8db25 (patch) | |
| tree | 4599ba121974bb5fcfceec92935aef2e6caf78cd | |
| parent | b84cbf272560ea4a9662d3d4db0e1923e3a4adbf (diff) | |
| download | bcm5719-llvm-e975e4534c6c1dd17edaf9259827a2c9a3b8db25.tar.gz bcm5719-llvm-e975e4534c6c1dd17edaf9259827a2c9a3b8db25.zip | |
Directory no long exists (moved to Targets/SparcV9).
llvm-svn: 16886
| -rw-r--r-- | llvm/lib/CodeGen/InstrSched/Makefile.am | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/Makefile.am b/llvm/lib/CodeGen/InstrSched/Makefile.am deleted file mode 100644 index f8c1433ad2b..00000000000 --- a/llvm/lib/CodeGen/InstrSched/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -#===-- lib/CodeGen/InstrSched/Makefile.am ------------------*- Makefile -*--===# -# -# The LLVM Compiler Infrastructure -# -# This file was developed by Reid Spencer and is distributed under the -# University of Illinois Open Source License. See LICENSE.TXT for details. -# -#===------------------------------------------------------------------------===# - -include $(top_srcdir)/Makefile.rules.am - -lib_LIBRARIES = libLLVMInstrSched.a -libexec_PROGRAMS = LLVMInstrSched.o - -MYSOURCES = \ - InstrScheduling.cpp \ - SchedGraphCommon.cpp \ - SchedGraph.cpp \ - SchedPriorities.cpp - -libLLVMInstrSched_a_SOURCES = $(MYSOURCES) -LLVMInstrSched_o_SOURCES = $(MYSOURCES) -LIBS= |

