[llvm-commits] CVS: llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp SchedPriorities.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Feb 25 16:10:02 PST 2004
Changes in directory llvm/lib/CodeGen/InstrSched:
InstrScheduling.cpp updated: 1.67 -> 1.68
SchedPriorities.cpp updated: 1.31 -> 1.32
---
Log message:
Great sparc renaming fallout IV: Sparc --> SparcV9.
---
Diffs of the changes: (+2 -2)
Index: llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp
diff -u llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.67 llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.68
--- llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.67 Tue Feb 24 13:45:44 2004
+++ llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp Wed Feb 25 16:09:35 2004
@@ -16,7 +16,7 @@
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/CodeGen/MachineFunction.h"
-#include "../../Target/Sparc/LiveVar/FunctionLiveVarInfo.h"
+#include "../../Target/SparcV9/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.31 llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp:1.32
--- llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp:1.31 Tue Feb 24 13:45:44 2004
+++ llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp Wed Feb 25 16:09:35 2004
@@ -18,7 +18,7 @@
//===----------------------------------------------------------------------===//
#include "SchedPriorities.h"
-#include "../../Target/Sparc/LiveVar/FunctionLiveVarInfo.h"
+#include "../../Target/SparcV9/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