Move InstrSelection into lib/Target/Sparc, as it's sparc specific. This
authorChris Lattner <sabre@nondot.org>
Fri, 9 Jan 2004 06:22:34 +0000 (06:22 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 9 Jan 2004 06:22:34 +0000 (06:22 +0000)
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

lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp
lib/Target/SparcV9/InstrSelection/Makefile
lib/Target/SparcV9/Makefile

index a58aed90be0510746ab84e665ce7f70002a21517..e8b8785afb4339079bd6c3b7cf91d616507734ee 100644 (file)
@@ -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 {
 
index b1dd1afb2578d1cfa49b4899d899c117dc6ca5d1..ac44f3a7241bd5b8d8e46b96f222ad5bdd6ff2b8 100644 (file)
@@ -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
index 4972eb9bb3f918fe69ec6f9e84ba2c3dbfb4bf3a..cf61657d75355f6ef5a39db81235313f4e1b516d 100644 (file)
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../..
 LIBRARYNAME = sparc
-DIRS = RegAlloc
+DIRS = InstrSelection RegAlloc
 
 ExtraSource = Sparc.burm.cpp