summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-14 23:05:08 +0000
committerChris Lattner <sabre@nondot.org>2003-01-14 23:05:08 +0000
commit24c1d5e551a3953a8c870b32dfa47dcc48de00ec (patch)
treee6c658b062a1090640eaf2a95116708e7a37aca9 /llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
parent757b30407756b50e76c901cbb95fab14dcca1dc8 (diff)
downloadbcm5719-llvm-24c1d5e551a3953a8c870b32dfa47dcc48de00ec.tar.gz
bcm5719-llvm-24c1d5e551a3953a8c870b32dfa47dcc48de00ec.zip
Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLiveVarInfo.h
llvm-svn: 5284
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
index b7471277cc6..94db3dc165a 100644
--- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
+++ b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
@@ -12,7 +12,7 @@
#include "llvm/CodeGen/MachineInstrAnnot.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionInfo.h"
-#include "llvm/Analysis/LiveVar/FunctionLiveVarInfo.h"
+#include "llvm/CodeGen/FunctionLiveVarInfo.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetFrameInfo.h"
OpenPOWER on IntegriCloud