summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
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
commit10a32da38264c199904dedc392faeb171d466300 (patch)
tree7b4d3b0f703c98c709c3501b583f967624a64f58 /llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
parentb471f0188febeacd998dde1d79f3add68d4f7976 (diff)
downloadbcm5719-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.cpp2
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"
OpenPOWER on IntegriCloud