[llvm-commits] CVS: llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp SchedPriorities.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Tue Feb 24 13:46:35 PST 2004


Changes in directory llvm/lib/CodeGen/InstrSched:

InstrScheduling.cpp updated: 1.66 -> 1.67
SchedPriorities.cpp updated: 1.30 -> 1.31

---
Log message:

FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar


---
Diffs of the changes:  (+2 -2)

Index: llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp
diff -u llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.66 llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.67
--- llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.66	Wed Feb 18 10:38:18 2004
+++ llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp	Tue Feb 24 13:45:44 2004
@@ -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"


Index: llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
diff -u llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp:1.30 llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp:1.31
--- llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp:1.30	Wed Feb 11 19:34:05 2004
+++ llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp	Tue Feb 24 13:45:44 2004
@@ -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"





More information about the llvm-commits mailing list