mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-03 17:39:48 +00:00
Added clobbersPred.
llvm-svn: 37466
This commit is contained in:
parent
1be50b2f54
commit
055d2fc508
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user