aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/RegAlloc
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-02-24 19:46:00 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-02-24 19:46:00 +0000
commit748fba141fc81dc15dbe94d88ada5da9fcad196d (patch)
tree5405eb7fa9cb94b820e4e2031736d18aa4bbc9fd /lib/Target/SparcV9/RegAlloc
parent2bcab1f900abb6f19caf65b75bf14d2813913a0b (diff)
downloadexternal_llvm-748fba141fc81dc15dbe94d88ada5da9fcad196d.zip
external_llvm-748fba141fc81dc15dbe94d88ada5da9fcad196d.tar.gz
external_llvm-748fba141fc81dc15dbe94d88ada5da9fcad196d.tar.bz2
FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11804 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/RegAlloc')
-rw-r--r--lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
index a33d5c9..7b22411 100644
--- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
+++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
@@ -25,13 +25,13 @@
#include "PhyRegAlloc.h"
#include "RegAllocCommon.h"
#include "RegClass.h"
+#include "../LiveVar/FunctionLiveVarInfo.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/iOther.h"
#include "llvm/Module.h"
#include "llvm/Type.h"
#include "llvm/Analysis/LoopInfo.h"
-#include "llvm/CodeGen/FunctionLiveVarInfo.h"
#include "llvm/CodeGen/InstrSelection.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/CodeGen/MachineFunction.h"