Move sparc-specific livevar code into lib/Target/Sparc
authorChris Lattner <sabre@nondot.org>
Fri, 9 Jan 2004 18:15:24 +0000 (18:15 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 9 Jan 2004 18:15:24 +0000 (18:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10733 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/LiveVar/BBLiveVar.cpp
lib/Target/SparcV9/LiveVar/Makefile
lib/Target/SparcV9/Makefile

index 270fbbd830cf34a85c78fed013a325df6e085a13..f54b42ab12a9fa7f155e1748640a48287b3e3ae7 100644 (file)
@@ -17,9 +17,7 @@
 #include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/Support/CFG.h"
 #include "Support/SetOperations.h"
-
-/// BROKEN: Should not include sparc stuff directly into here
-#include "../../Target/Sparc/SparcInternals.h"  //  Only for PHI defn
+#include "../SparcInternals.h"
 
 namespace llvm {
 
index 8506e19bfa0816041872346e282f6d3eda677463..90a664e56ce7e18b2321e02cdd425f205d13cb1a 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Analysis/LiveVar/Makefile -----------------------*- Makefile -*-===##
+##===- lib/Target/Sparc/LiveVar/Makefile -------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,7 +6,8 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../../..
+
+LEVEL = ../../../..
 LIBRARYNAME = livevar
 
 include $(LEVEL)/Makefile.common
index cf61657d75355f6ef5a39db81235313f4e1b516d..619c9d02e7cad21e7965d46714d971b4643b0997 100644 (file)
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../..
 LIBRARYNAME = sparc
-DIRS = InstrSelection RegAlloc
+DIRS = InstrSelection RegAlloc LiveVar
 
 ExtraSource = Sparc.burm.cpp