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

Brian Gaeke gaeke at cs.uiuc.edu
Fri Apr 23 13:16:01 PDT 2004


Changes in directory llvm/lib/CodeGen/InstrSched:

SchedGraph.cpp updated: 1.59 -> 1.60

---
Log message:

Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit of
documentation that this module needs to be made independent of the
register file description of the current target.


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

Index: llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
diff -u llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.59 llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.60
--- llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.59	Wed Feb 18 10:43:51 2004
+++ llvm/lib/CodeGen/InstrSched/SchedGraph.cpp	Fri Apr 23 13:15:46 2004
@@ -20,7 +20,7 @@
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Target/TargetMachine.h"
-#include "llvm/Target/TargetRegInfo.h"
+#include "../../Target/SparcV9/SparcV9RegInfo.h"
 #include "Support/STLExtras.h"
 
 namespace llvm {





More information about the llvm-commits mailing list