diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-01-14 23:05:08 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-01-14 23:05:08 +0000 |
| commit | 24c1d5e551a3953a8c870b32dfa47dcc48de00ec (patch) | |
| tree | e6c658b062a1090640eaf2a95116708e7a37aca9 /llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp | |
| parent | 757b30407756b50e76c901cbb95fab14dcca1dc8 (diff) | |
| download | bcm5719-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.cpp | 2 |
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" |

