diff options
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/termination_code.h')
| -rw-r--r-- | src/shader_recompiler/frontend/maxwell/termination_code.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/termination_code.h b/src/shader_recompiler/frontend/maxwell/termination_code.h index b0d667942..04e044534 100644 --- a/src/shader_recompiler/frontend/maxwell/termination_code.h +++ b/src/shader_recompiler/frontend/maxwell/termination_code.h | |||
| @@ -11,6 +11,7 @@ | |||
| 11 | 11 | ||
| 12 | namespace Shader::Maxwell { | 12 | namespace Shader::Maxwell { |
| 13 | 13 | ||
| 14 | /// Emit termination instructions and collect immediate predecessors | ||
| 14 | void EmitTerminationCode(const Flow::Block& flow_block, std::span<IR::Block* const> block_map); | 15 | void EmitTerminationCode(const Flow::Block& flow_block, std::span<IR::Block* const> block_map); |
| 15 | 16 | ||
| 16 | } // namespace Shader::Maxwell | 17 | } // namespace Shader::Maxwell |