#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 {
-##===- lib/Analysis/LiveVar/Makefile -----------------------*- Makefile -*-===##
+##===- lib/Target/Sparc/LiveVar/Makefile -------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
-LEVEL = ../../..
+
+LEVEL = ../../../..
LIBRARYNAME = livevar
include $(LEVEL)/Makefile.common
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = sparc
-DIRS = InstrSelection RegAlloc
+DIRS = InstrSelection RegAlloc LiveVar
ExtraSource = Sparc.burm.cpp