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 b0d667942e..04e0445340 100644 --- a/src/shader_recompiler/frontend/maxwell/termination_code.h +++ b/src/shader_recompiler/frontend/maxwell/termination_code.h @@ -11,6 +11,7 @@ namespace Shader::Maxwell { +/// Emit termination instructions and collect immediate predecessors void EmitTerminationCode(const Flow::Block& flow_block, std::span<IR::Block* const> block_map); } // namespace Shader::Maxwell |