summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/RegAlloc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/SparcV9/RegAlloc/Makefile.am')
-rw-r--r--llvm/lib/Target/SparcV9/RegAlloc/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/llvm/lib/Target/SparcV9/RegAlloc/Makefile.am b/llvm/lib/Target/SparcV9/RegAlloc/Makefile.am
deleted file mode 100644
index b27c42011c9..00000000000
--- a/llvm/lib/Target/SparcV9/RegAlloc/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-#===-- lib/Target/SparcV9/RegAlloc/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_config
-
-lib_LIBRARIES = libLLVMSparcV9RegAlloc.a
-
-MYSOURCES = \
- IGNode.cpp \
- InterferenceGraph.cpp \
- LiveRangeInfo.cpp \
- PhyRegAlloc.cpp \
- RegClass.cpp
-
-libLLVMSparcV9RegAlloc_a_SOURCES = $(MYSOURCES)
-
-PRELINK=libLLVMSparcV9RegAlloc.a
OpenPOWER on IntegriCloud