From 57600548c7f83684567bf6eaefa8df0e9a758668 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Fri, 10 Dec 2004 04:48:57 +0000 Subject: [PATCH] Adjust paths: Sparc/V8 --> SparcV8 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18737 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Sparc/Makefile | 4 ++-- lib/Target/Sparc/Sparc.td | 2 +- lib/Target/SparcV8/Makefile | 4 ++-- lib/Target/SparcV8/SparcV8.td | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/Target/Sparc/Makefile b/lib/Target/Sparc/Makefile index f2f8c5f8ce6..5199b67f3a5 100644 --- a/lib/Target/Sparc/Makefile +++ b/lib/Target/Sparc/Makefile @@ -1,4 +1,4 @@ -##===- lib/Target/Sparc/V8/Makefile ------------------------*- Makefile -*-===## +##===- lib/Target/SparcV8/Makefile -------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # @@ -6,7 +6,7 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -LEVEL = ../../../.. +LEVEL = ../../.. LIBRARYNAME = LLVMSparcV8 TARGET = SparcV8 diff --git a/lib/Target/Sparc/Sparc.td b/lib/Target/Sparc/Sparc.td index 892b9cc350a..dabb0dc9760 100644 --- a/lib/Target/Sparc/Sparc.td +++ b/lib/Target/Sparc/Sparc.td @@ -14,7 +14,7 @@ // Target-independent interfaces which we are implementing //===----------------------------------------------------------------------===// -include "../../Target.td" +include "../Target.td" //===----------------------------------------------------------------------===// // Register File Description diff --git a/lib/Target/SparcV8/Makefile b/lib/Target/SparcV8/Makefile index f2f8c5f8ce6..5199b67f3a5 100644 --- a/lib/Target/SparcV8/Makefile +++ b/lib/Target/SparcV8/Makefile @@ -1,4 +1,4 @@ -##===- lib/Target/Sparc/V8/Makefile ------------------------*- Makefile -*-===## +##===- lib/Target/SparcV8/Makefile -------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # @@ -6,7 +6,7 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -LEVEL = ../../../.. +LEVEL = ../../.. LIBRARYNAME = LLVMSparcV8 TARGET = SparcV8 diff --git a/lib/Target/SparcV8/SparcV8.td b/lib/Target/SparcV8/SparcV8.td index 892b9cc350a..dabb0dc9760 100644 --- a/lib/Target/SparcV8/SparcV8.td +++ b/lib/Target/SparcV8/SparcV8.td @@ -14,7 +14,7 @@ // Target-independent interfaces which we are implementing //===----------------------------------------------------------------------===// -include "../../Target.td" +include "../Target.td" //===----------------------------------------------------------------------===// // Register File Description