mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 23:29:20 +00:00
Added clobbersPred.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37466 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b5c1c9c8e3
commit
c1d7384cb0
@ -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…
x
Reference in New Issue
Block a user