aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ModuloScheduling/Makefile
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-10-10 23:33:20 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-10-10 23:33:20 +0000
commitf60a149df6d6e10503e49075da455104eb489f5a (patch)
tree7292010ffb1b812749b0dda07c2fe2009aeb3922 /lib/CodeGen/ModuloScheduling/Makefile
parent708148e41f8f7c1e24c73cfd943645b13a1e05f9 (diff)
ModuloScheduling moved to lib/Target/SparcV9 as it is SparcV9-specific
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16902 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ModuloScheduling/Makefile')
-rw-r--r--lib/CodeGen/ModuloScheduling/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/CodeGen/ModuloScheduling/Makefile b/lib/CodeGen/ModuloScheduling/Makefile
deleted file mode 100644
index febdbf8d18..0000000000
--- a/lib/CodeGen/ModuloScheduling/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-##===- lib/CodeGen/ModuloScheduling/Makefile ---------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-LEVEL = ../../..
-
-DIRS =
-
-LIBRARYNAME = modulosched
-
-include $(LEVEL)/Makefile.common