diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-07-09 22:11:47 +0200 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-07-23 03:51:21 +0200 |
commit | dc04a50ac2aa0bc71db701d0eea857765c2581f0 (patch) | |
tree | aea035b46c770ac3bcc7b2cafab2c757608c57ee /src | |
parent | shader: Constant propagation and global memory to storage buffer (diff) | |
download | yuzu-dc04a50ac2aa0bc71db701d0eea857765c2581f0.tar yuzu-dc04a50ac2aa0bc71db701d0eea857765c2581f0.tar.gz yuzu-dc04a50ac2aa0bc71db701d0eea857765c2581f0.tar.bz2 yuzu-dc04a50ac2aa0bc71db701d0eea857765c2581f0.tar.lz yuzu-dc04a50ac2aa0bc71db701d0eea857765c2581f0.tar.xz yuzu-dc04a50ac2aa0bc71db701d0eea857765c2581f0.tar.zst yuzu-dc04a50ac2aa0bc71db701d0eea857765c2581f0.zip |
Diffstat (limited to '')
-rw-r--r-- | src/shader_recompiler/ir_opt/ssa_rewrite_pass.cpp | 2 |
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 @@ // This file implements the SSA rewriting algorithm proposed in // // Simple and Efficient Construction of Static Single Assignment Form. -// Braun M., Buchwald S., Hack S., Leißa R., Mallon C., Zwinkau A. (2013) +// Braun M., Buchwald S., Hack S., Leiba R., Mallon C., Zwinkau A. (2013) // In: Jhala R., De Bosschere K. (eds) // Compiler Construction. CC 2013. // Lecture Notes in Computer Science, vol 7791. |