summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/maxwell/termination_code.h
diff options
context:
space:
mode:
authorGravatar ReinUsesLisp2021-02-02 21:07:00 -0300
committerGravatar ameerj2021-07-22 21:51:21 -0400
commit6c4cc0cd062fbbba5349da1108d3c23cb330ca8a (patch)
tree544291931da8a85fafcea71964c77d9278ec7f29 /src/shader_recompiler/frontend/maxwell/termination_code.h
parentshader: Initial recompiler work (diff)
downloadyuzu-6c4cc0cd062fbbba5349da1108d3c23cb330ca8a.tar.gz
yuzu-6c4cc0cd062fbbba5349da1108d3c23cb330ca8a.tar.xz
yuzu-6c4cc0cd062fbbba5349da1108d3c23cb330ca8a.zip
shader: SSA and dominance
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/termination_code.h')
-rw-r--r--src/shader_recompiler/frontend/maxwell/termination_code.h1
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
12namespace Shader::Maxwell { 12namespace Shader::Maxwell {
13 13
14/// Emit termination instructions and collect immediate predecessors
14void EmitTerminationCode(const Flow::Block& flow_block, std::span<IR::Block* const> block_map); 15void EmitTerminationCode(const Flow::Block& flow_block, std::span<IR::Block* const> block_map);
15 16
16} // namespace Shader::Maxwell 17} // namespace Shader::Maxwell