diff options
Diffstat (limited to 'src/shader_recompiler/frontend/ir/value.h')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/value.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/ir/value.h b/src/shader_recompiler/frontend/ir/value.h index 2f3688c73..8aba0bbf6 100644 --- a/src/shader_recompiler/frontend/ir/value.h +++ b/src/shader_recompiler/frontend/ir/value.h | |||
| @@ -41,6 +41,7 @@ public: | |||
| 41 | [[nodiscard]] IR::Inst* Inst() const; | 41 | [[nodiscard]] IR::Inst* Inst() const; |
| 42 | [[nodiscard]] IR::Block* Label() const; | 42 | [[nodiscard]] IR::Block* Label() const; |
| 43 | [[nodiscard]] IR::Inst* InstRecursive() const; | 43 | [[nodiscard]] IR::Inst* InstRecursive() const; |
| 44 | [[nodiscard]] IR::Value Resolve() const; | ||
| 44 | [[nodiscard]] IR::Reg Reg() const; | 45 | [[nodiscard]] IR::Reg Reg() const; |
| 45 | [[nodiscard]] IR::Pred Pred() const; | 46 | [[nodiscard]] IR::Pred Pred() const; |
| 46 | [[nodiscard]] IR::Attribute Attribute() const; | 47 | [[nodiscard]] IR::Attribute Attribute() const; |