aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-10 21:18:31 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-10 21:18:31 +0000
commitd9a9925f87e2971af7b5613a820a1e1e4180cbe9 (patch)
tree51e1500a7e144eb021fe7de581708566e1b84e84
parent9f41a5fe8534ab5a76d2925f31a20782c135b7d2 (diff)
downloadexternal_llvm-d9a9925f87e2971af7b5613a820a1e1e4180cbe9.zip
external_llvm-d9a9925f87e2971af7b5613a820a1e1e4180cbe9.tar.gz
external_llvm-d9a9925f87e2971af7b5613a820a1e1e4180cbe9.tar.bz2
Directory no long exists (moved to Targets/SparcV9).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16886 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/InstrSched/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/CodeGen/InstrSched/Makefile.am b/lib/CodeGen/InstrSched/Makefile.am
deleted file mode 100644
index f8c1433..0000000
--- a/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=