Skip to content

Commit 0e81293

Browse files
committed
[GPU] Remove a dangerous comment about break after exece [ci skip]
There can be jumps across an exece, so the code beyond it may still be executed.
1 parent 53f98d1 commit 0e81293

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/xenia/gpu/shader_translator.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ void Shader::AnalyzeUcode(StringBuffer& ucode_disasm_buffer) {
186186
constant_register_map_.bool_bitmap[bool_constant_index / 32] |=
187187
uint32_t(1) << (bool_constant_index % 32);
188188
}
189-
// TODO(benvanik): break if (DoesControlFlowOpcodeEndShader(cf.opcode()))?
190189
}
191190
}
192191
ucode_disassembly_ = ucode_disasm_buffer.to_string();

0 commit comments

Comments
 (0)