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

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 16 14:55:12 PDT 2004



Changes in directory llvm/lib/CodeGen/InstrSched:

InstrScheduling.cpp updated: 1.75 -> 1.76
SchedGraph.cpp updated: 1.64 -> 1.65
---
Log message:

Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/SparcV9



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

Index: llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp
diff -u llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.75 llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.76
--- llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.75	Thu Jul 29 16:31:20 2004
+++ llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp	Mon Aug 16 16:55:01 2004
@@ -13,12 +13,12 @@
 //===----------------------------------------------------------------------===//
 
 #include "SchedPriorities.h"
+#include "llvm/BasicBlock.h"
 #include "llvm/CodeGen/MachineInstr.h"
-#include "llvm/CodeGen/MachineCodeForInstruction.h"
 #include "llvm/CodeGen/MachineFunction.h"
-#include "../../Target/SparcV9/LiveVar/FunctionLiveVarInfo.h"
 #include "llvm/Target/TargetMachine.h"
-#include "llvm/BasicBlock.h"
+#include "../../Target/SparcV9/MachineCodeForInstruction.h"
+#include "../../Target/SparcV9/LiveVar/FunctionLiveVarInfo.h"
 #include "Support/CommandLine.h"
 #include <algorithm>
 #include <iostream>


Index: llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
diff -u llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.64 llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.65
--- llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.64	Thu Jul 29 12:06:44 2004
+++ llvm/lib/CodeGen/InstrSched/SchedGraph.cpp	Mon Aug 16 16:55:01 2004
@@ -16,10 +16,10 @@
 #include "SchedGraph.h"
 #include "llvm/Function.h"
 #include "llvm/Instructions.h"
-#include "llvm/CodeGen/MachineCodeForInstruction.h"
 #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 "Support/STLExtras.h"
 #include <iostream>






More information about the llvm-commits mailing list