Added clobbersPred.

llvm-svn: 37466
This commit is contained in:
Evan Cheng 2007-06-06 10:15:28 +00:00
parent 452a818c6a
commit d04409154f
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ class Instruction {
bit usesCustomDAGSchedInserter = 0; // Pseudo instr needing special help.
bit hasCtrlDep = 0; // Does this instruction r/w ctrl-flow chains?
bit noResults = 0; // Does this instruction produce no results?
bit clobbersPred = 0; // Does it clobbers condition code / predicate?
InstrItinClass Itinerary = NoItinerary;// Execution steps used for scheduling.