forked from OSchip/llvm-project
parent
ff025e4fc9
commit
0867337075
|
@ -192,7 +192,6 @@ class Instruction {
|
||||||
bit usesCustomDAGSchedInserter = 0; // Pseudo instr needing special help.
|
bit usesCustomDAGSchedInserter = 0; // Pseudo instr needing special help.
|
||||||
bit hasCtrlDep = 0; // Does this instruction r/w ctrl-flow chains?
|
bit hasCtrlDep = 0; // Does this instruction r/w ctrl-flow chains?
|
||||||
bit noResults = 0; // Does this instruction produce no results?
|
bit noResults = 0; // Does this instruction produce no results?
|
||||||
bit clobbersPred = 0; // Does it clobbers condition code / predicate?
|
|
||||||
bit isNotDuplicable = 0; // Is it unsafe to duplicate this instruction?
|
bit isNotDuplicable = 0; // Is it unsafe to duplicate this instruction?
|
||||||
|
|
||||||
InstrItinClass Itinerary = NoItinerary;// Execution steps used for scheduling.
|
InstrItinClass Itinerary = NoItinerary;// Execution steps used for scheduling.
|
||||||
|
|
Loading…
Reference in New Issue