[llvm-commits] CVS: llvm/lib/Target/TargetSchedInfo.cpp

Tanya Brethour tbrethou at cs.uiuc.edu
Fri Apr 30 15:41:11 PDT 2004


Changes in directory llvm/lib/Target:

TargetSchedInfo.cpp updated: 1.14 -> 1.15

---
Log message:

Removing MachineResource class.


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

Index: llvm/lib/Target/TargetSchedInfo.cpp
diff -u llvm/lib/Target/TargetSchedInfo.cpp:1.14 llvm/lib/Target/TargetSchedInfo.cpp:1.15
--- llvm/lib/Target/TargetSchedInfo.cpp:1.14	Sun Feb 29 00:31:16 2004
+++ llvm/lib/Target/TargetSchedInfo.cpp	Fri Apr 30 15:39:59 2004
@@ -17,7 +17,7 @@
 
 namespace llvm {
 
-resourceId_t MachineResource::nextId = 0;
+resourceId_t CPUResource::nextId = 0;
 
 // Check if fromRVec and toRVec have *any* common entries.
 // Assume the vectors are sorted in increasing order.





More information about the llvm-commits mailing list