projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
188454a
)
Add a default NoItinerary class for targets to use.
author
Chris Lattner
<sabre@nondot.org>
Fri, 27 Jan 2006 01:41:38 +0000
(
01:41
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 27 Jan 2006 01:41:38 +0000
(
01:41
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25670
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/TargetSchedule.td
patch
|
blob
|
history
diff --git
a/lib/Target/TargetSchedule.td
b/lib/Target/TargetSchedule.td
index 89118446a5fe061255a5e98dcde76f27c13a73b7..8ac537f977a1266555833f545566170b0e1f9f42 100644
(file)
--- a/
lib/Target/TargetSchedule.td
+++ b/
lib/Target/TargetSchedule.td
@@
-47,6
+47,7
@@
class InstrStage<int cycles, list<FuncUnit> units> {
// instruction information.
//
class InstrItinClass;
+def NoItinerary : InstrItinClass;
//===----------------------------------------------------------------------===//
// Instruction itinerary data - These values provide a runtime map of an