aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/InstrSched
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/CodeGen/InstrSched
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/CodeGen/InstrSched')
-rw-r--r--lib/CodeGen/InstrSched/InstrScheduling.cpp2
-rw-r--r--lib/CodeGen/InstrSched/SchedPriorities.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/InstrSched/InstrScheduling.cpp b/lib/CodeGen/InstrSched/InstrScheduling.cpp
index 4032432..4fad07e 100644
--- a/lib/CodeGen/InstrSched/InstrScheduling.cpp
+++ b/lib/CodeGen/InstrSched/InstrScheduling.cpp
@@ -16,7 +16,7 @@
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/CodeGen/MachineFunction.h"
-#include "llvm/CodeGen/FunctionLiveVarInfo.h"
+#include "../../Target/Sparc/LiveVar/FunctionLiveVarInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/BasicBlock.h"
#include "Support/CommandLine.h"
diff --git a/lib/CodeGen/InstrSched/SchedPriorities.cpp b/lib/CodeGen/InstrSched/SchedPriorities.cpp
index b5bc38e..aab4434 100644
--- a/lib/CodeGen/InstrSched/SchedPriorities.cpp
+++ b/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"