summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/ModuloScheduling
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-10-10 23:34:36 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-10-10 23:34:36 +0000
commitc70014bea3c82d2ff64539093d1a64d2d431a4ad (patch)
tree672d5f597edb27b25c3e43272797cdf704c59104 /llvm/lib/Target/SparcV9/ModuloScheduling
parent4a4af7e20cfb59b2fc0bc7181c9b3f85303fa3e9 (diff)
downloadbcm5719-llvm-c70014bea3c82d2ff64539093d1a64d2d431a4ad.tar.gz
bcm5719-llvm-c70014bea3c82d2ff64539093d1a64d2d431a4ad.zip
Adjust comment header and paths to refect move
llvm-svn: 16903
Diffstat (limited to 'llvm/lib/Target/SparcV9/ModuloScheduling')
-rw-r--r--llvm/lib/Target/SparcV9/ModuloScheduling/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/lib/Target/SparcV9/ModuloScheduling/Makefile b/llvm/lib/Target/SparcV9/ModuloScheduling/Makefile
index febdbf8d18d..44bf5ed6cae 100644
--- a/llvm/lib/Target/SparcV9/ModuloScheduling/Makefile
+++ b/llvm/lib/Target/SparcV9/ModuloScheduling/Makefile
@@ -1,4 +1,4 @@
-##===- lib/CodeGen/ModuloScheduling/Makefile ---------------*- Makefile -*-===##
+##===- lib/Target/SparcV9/ModuloScheduling/Makefile --------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -6,10 +6,9 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
-LEVEL = ../../..
+LEVEL = ../../../..
DIRS =
-
-LIBRARYNAME = modulosched
+LIBRARYNAME = sparcv9modulosched
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud