[llvm-commits] CVS: llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp SchedGraph.cpp SchedPriorities.cpp

Misha Brukman brukman at cs.uiuc.edu
Fri Oct 8 11:30:33 PDT 2004



Changes in directory llvm/lib/Target/SparcV9/InstrSched:

InstrScheduling.cpp updated: 1.78 -> 1.79
SchedGraph.cpp updated: 1.67 -> 1.68
SchedPriorities.cpp updated: 1.34 -> 1.35
---
Log message:

Adjust paths due to moving InstrSched to lib/Target/SparcV9


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

Index: llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
diff -u llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp:1.78 llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp:1.79
--- llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp:1.78	Wed Sep  1 17:55:35 2004
+++ llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp	Fri Oct  8 13:30:21 2004
@@ -17,9 +17,9 @@
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/Target/TargetMachine.h"
-#include "../../Target/SparcV9/MachineCodeForInstruction.h"
-#include "../../Target/SparcV9/LiveVar/FunctionLiveVarInfo.h"
-#include "../../Target/SparcV9/SparcV9InstrInfo.h"
+#include "../MachineCodeForInstruction.h"
+#include "../LiveVar/FunctionLiveVarInfo.h"
+#include "../SparcV9InstrInfo.h"
 #include "llvm/Support/CommandLine.h"
 #include <algorithm>
 #include <iostream>


Index: llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp
diff -u llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp:1.67 llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp:1.68
--- llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp:1.67	Wed Sep  1 17:55:35 2004
+++ llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp	Fri Oct  8 13:30:22 2004
@@ -19,9 +19,9 @@
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Target/TargetMachine.h"
-#include "../../Target/SparcV9/MachineCodeForInstruction.h"
-#include "../../Target/SparcV9/SparcV9RegInfo.h"
-#include "../../Target/SparcV9/SparcV9InstrInfo.h"
+#include "../MachineCodeForInstruction.h"
+#include "../SparcV9RegInfo.h"
+#include "../SparcV9InstrInfo.h"
 #include "llvm/ADT/STLExtras.h"
 #include <iostream>
 


Index: llvm/lib/Target/SparcV9/InstrSched/SchedPriorities.cpp
diff -u llvm/lib/Target/SparcV9/InstrSched/SchedPriorities.cpp:1.34 llvm/lib/Target/SparcV9/InstrSched/SchedPriorities.cpp:1.35
--- llvm/lib/Target/SparcV9/InstrSched/SchedPriorities.cpp:1.34	Wed Sep  1 17:55:35 2004
+++ llvm/lib/Target/SparcV9/InstrSched/SchedPriorities.cpp	Fri Oct  8 13:30:22 2004
@@ -18,7 +18,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "SchedPriorities.h"
-#include "../../Target/SparcV9/LiveVar/FunctionLiveVarInfo.h"
+#include "../LiveVar/FunctionLiveVarInfo.h"
 #include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/Support/CFG.h"
 #include "llvm/ADT/PostOrderIterator.h"






More information about the llvm-commits mailing list