소스 검색

shader: Remove illegal character in SSA pass

ReinUsesLisp 5 년 전
부모
커밋
dc04a50ac2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/shader_recompiler/ir_opt/ssa_rewrite_pass.cpp

+ 1 - 1
src/shader_recompiler/ir_opt/ssa_rewrite_pass.cpp

@@ -5,7 +5,7 @@
 // This file implements the SSA rewriting algorithm proposed in
 // This file implements the SSA rewriting algorithm proposed in
 //
 //
 //      Simple and Efficient Construction of Static Single Assignment Form.
 //      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)
 //      In: Jhala R., De Bosschere K. (eds)
 //      Compiler Construction. CC 2013.
 //      Compiler Construction. CC 2013.
 //      Lecture Notes in Computer Science, vol 7791.
 //      Lecture Notes in Computer Science, vol 7791.