diff options
| author | 2022-09-23 13:38:23 +0200 | |
|---|---|---|
| committer | 2022-09-23 13:38:23 +0200 | |
| commit | 4a493cb10f123f5cf2911cfcb1c30b411b21d092 (patch) | |
| tree | 3136bd180d0dbacd52c020eedea83c9a267c1dba /src/shader_recompiler/backend/glasm/emit_glasm.cpp | |
| parent | Merge pull request #8849 from Morph1984/parallel-astc (diff) | |
| download | yuzu-4a493cb10f123f5cf2911cfcb1c30b411b21d092.tar.gz yuzu-4a493cb10f123f5cf2911cfcb1c30b411b21d092.tar.xz yuzu-4a493cb10f123f5cf2911cfcb1c30b411b21d092.zip | |
chore: fix some typos
Fix some typos reported by Lintian
Diffstat (limited to 'src/shader_recompiler/backend/glasm/emit_glasm.cpp')
| -rw-r--r-- | src/shader_recompiler/backend/glasm/emit_glasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/backend/glasm/emit_glasm.cpp b/src/shader_recompiler/backend/glasm/emit_glasm.cpp index 97a6b383b..01f9abc71 100644 --- a/src/shader_recompiler/backend/glasm/emit_glasm.cpp +++ b/src/shader_recompiler/backend/glasm/emit_glasm.cpp | |||
| @@ -175,7 +175,7 @@ bool IsReference(IR::Inst& inst) { | |||
| 175 | } | 175 | } |
| 176 | 176 | ||
| 177 | void PrecolorInst(IR::Inst& phi) { | 177 | void PrecolorInst(IR::Inst& phi) { |
| 178 | // Insert phi moves before references to avoid overwritting other phis | 178 | // Insert phi moves before references to avoid overwriting other phis |
| 179 | const size_t num_args{phi.NumArgs()}; | 179 | const size_t num_args{phi.NumArgs()}; |
| 180 | for (size_t i = 0; i < num_args; ++i) { | 180 | for (size_t i = 0; i < num_args; ++i) { |
| 181 | IR::Block& phi_block{*phi.PhiBlock(i)}; | 181 | IR::Block& phi_block{*phi.PhiBlock(i)}; |