[llvm-commits] CVS: llvm/lib/Target/TargetSchedule.td
Chris Lattner
lattner at cs.uiuc.edu
Thu Jan 26 17:41:50 PST 2006
Changes in directory llvm/lib/Target:
TargetSchedule.td updated: 1.4 -> 1.5
---
Log message:
Add a default NoItinerary class for targets to use.
---
Diffs of the changes: (+1 -0)
TargetSchedule.td | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/TargetSchedule.td
diff -u llvm/lib/Target/TargetSchedule.td:1.4 llvm/lib/Target/TargetSchedule.td:1.5
--- llvm/lib/Target/TargetSchedule.td:1.4 Sun Oct 23 17:07:20 2005
+++ llvm/lib/Target/TargetSchedule.td Thu Jan 26 19:41:38 2006
@@ -47,6 +47,7 @@
// instruction information.
//
class InstrItinClass;
+def NoItinerary : InstrItinClass;
//===----------------------------------------------------------------------===//
// Instruction itinerary data - These values provide a runtime map of an
More information about the llvm-commits
mailing list