summaryrefslogtreecommitdiff
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
commit0a18934a232457d99425cf9baafae434043ae790 (patch)
tree74cea8cda2526c4ac9dc660ade079dc67e0d1649
parentf60a149df6d6e10503e49075da455104eb489f5a (diff)
downloadllvm-0a18934a232457d99425cf9baafae434043ae790.tar.gz
llvm-0a18934a232457d99425cf9baafae434043ae790.tar.bz2
llvm-0a18934a232457d99425cf9baafae434043ae790.tar.xz
Adjust comment header and paths to refect move
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16903 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/SparcV9/ModuloScheduling/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Target/SparcV9/ModuloScheduling/Makefile b/lib/Target/SparcV9/ModuloScheduling/Makefile
index febdbf8d18..44bf5ed6ca 100644
--- a/lib/Target/SparcV9/ModuloScheduling/Makefile
+++ b/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