diff options
| author | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-24 19:46:00 +0000 |
|---|---|---|
| committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-24 19:46:00 +0000 |
| commit | 10a32da38264c199904dedc392faeb171d466300 (patch) | |
| tree | 7b4d3b0f703c98c709c3501b583f967624a64f58 /llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp | |
| parent | b471f0188febeacd998dde1d79f3add68d4f7976 (diff) | |
| download | bcm5719-llvm-10a32da38264c199904dedc392faeb171d466300.tar.gz bcm5719-llvm-10a32da38264c199904dedc392faeb171d466300.zip | |
FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar
llvm-svn: 11804
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp b/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp index b5bc38e8a07..aab44346358 100644 --- a/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp +++ b/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp @@ -18,7 +18,7 @@ //===----------------------------------------------------------------------===// #include "SchedPriorities.h" -#include "llvm/CodeGen/FunctionLiveVarInfo.h" +#include "../../Target/Sparc/LiveVar/FunctionLiveVarInfo.h" #include "llvm/CodeGen/MachineBasicBlock.h" #include "llvm/Support/CFG.h" #include "Support/PostOrderIterator.h" |

