summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/ir_opt/ssa_rewrite_pass.cpp
diff options
context:
space:
mode:
authorGravatar ReinUsesLisp2021-07-09 17:11:47 -0300
committerGravatar ameerj2021-07-22 21:51:21 -0400
commitdc04a50ac2aa0bc71db701d0eea857765c2581f0 (patch)
treeaea035b46c770ac3bcc7b2cafab2c757608c57ee /src/shader_recompiler/ir_opt/ssa_rewrite_pass.cpp
parentshader: Constant propagation and global memory to storage buffer (diff)
downloadyuzu-dc04a50ac2aa0bc71db701d0eea857765c2581f0.tar.gz
yuzu-dc04a50ac2aa0bc71db701d0eea857765c2581f0.tar.xz
yuzu-dc04a50ac2aa0bc71db701d0eea857765c2581f0.zip
shader: Remove illegal character in SSA pass
Diffstat (limited to 'src/shader_recompiler/ir_opt/ssa_rewrite_pass.cpp')
-rw-r--r--src/shader_recompiler/ir_opt/ssa_rewrite_pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/ir_opt/ssa_rewrite_pass.cpp b/src/shader_recompiler/ir_opt/ssa_rewrite_pass.cpp
index 3c9b020e0..a62d3f56b 100644
--- a/src/shader_recompiler/ir_opt/ssa_rewrite_pass.cpp
+++ b/src/shader_recompiler/ir_opt/ssa_rewrite_pass.cpp
@@ -5,7 +5,7 @@
5// This file implements the SSA rewriting algorithm proposed in 5// This file implements the SSA rewriting algorithm proposed in
6// 6//
7// Simple and Efficient Construction of Static Single Assignment Form. 7// Simple and Efficient Construction of Static Single Assignment Form.
8// Braun M., Buchwald S., Hack S., Leißa R., Mallon C., Zwinkau A. (2013) 8// Braun M., Buchwald S., Hack S., Leiba R., Mallon C., Zwinkau A. (2013)
9// In: Jhala R., De Bosschere K. (eds) 9// In: Jhala R., De Bosschere K. (eds)
10// Compiler Construction. CC 2013. 10// Compiler Construction. CC 2013.
11// Lecture Notes in Computer Science, vol 7791. 11// Lecture Notes in Computer Science, vol 7791.