aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-01-09 06:22:34 +0000
committerChris Lattner <sabre@nondot.org>2004-01-09 06:22:34 +0000
commit46de01e0c834072d74ad49c0ce71e7111b9b19fb (patch)
tree989aa15d13303df92d461d261bac06fb70ef8c35
parent75e260990d81fdddd8660bbee854cb2c0d4c42c9 (diff)
downloadexternal_llvm-46de01e0c834072d74ad49c0ce71e7111b9b19fb.zip
external_llvm-46de01e0c834072d74ad49c0ce71e7111b9b19fb.tar.gz
external_llvm-46de01e0c834072d74ad49c0ce71e7111b9b19fb.tar.bz2
Move InstrSelection into lib/Target/Sparc, as it's sparc specific. This
makes the incestuous #include'ing of sparc internal headers much less disturbing. :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10729 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp2
-rw-r--r--lib/Target/SparcV9/InstrSelection/Makefile5
-rw-r--r--lib/Target/SparcV9/Makefile2
3 files changed, 4 insertions, 5 deletions
diff --git a/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp b/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp
index a58aed9..e8b8785 100644
--- a/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp
+++ b/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp
@@ -23,7 +23,7 @@
#include "llvm/Constants.h"
#include "llvm/BasicBlock.h"
#include "llvm/DerivedTypes.h"
-#include "../../Target/Sparc/SparcInstrSelectionSupport.h" // FIXME!
+#include "../SparcInstrSelectionSupport.h"
namespace llvm {
diff --git a/lib/Target/SparcV9/InstrSelection/Makefile b/lib/Target/SparcV9/InstrSelection/Makefile
index b1dd1af..ac44f3a 100644
--- a/lib/Target/SparcV9/InstrSelection/Makefile
+++ b/lib/Target/SparcV9/InstrSelection/Makefile
@@ -1,4 +1,4 @@
-##===- lib/CodeGen/InstrSelection/Makefile -----------------*- Makefile -*-===##
+##===- Target/Sparc/InstrSelection/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 = select
include $(LEVEL)/Makefile.common
diff --git a/lib/Target/SparcV9/Makefile b/lib/Target/SparcV9/Makefile
index 4972eb9..cf61657 100644
--- a/lib/Target/SparcV9/Makefile
+++ b/lib/Target/SparcV9/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = sparc
-DIRS = RegAlloc
+DIRS = InstrSelection RegAlloc
ExtraSource = Sparc.burm.cpp