~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/r600/sfn/sfn_instr_controlflow.h

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
   void set_predicate(AluInstr *new_predicate);
81
81
 
82
82
   AluInstr *predicate() const { return m_predicate; }
 
83
   AluInstr *predicate() { return m_predicate; }
83
84
 
84
85
   void accept(ConstInstrVisitor& visitor) const override;
85
86
   void accept(InstrVisitor& visitor) override;