r600/sfn remove some leftover debug output

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9584>
This commit is contained in:
Gert Wollny 2021-03-14 14:15:07 +01:00 committed by Marge Bot
parent 4459fc224b
commit 7c2c60ad67

View file

@ -754,7 +754,6 @@ bool FragmentShaderFromNir::emit_load_input(nir_intrinsic_instr* instr)
}
if (nir_intrinsic_component(instr) != 0) {
std::cerr << "move in right pos \n";
for (unsigned i = 0; i < nir_dest_num_components(instr->dest); ++i) {
ir = new AluInstruction(op1_mov, from_nir(instr->dest, i), dst[i + nir_intrinsic_component(instr)], {alu_write});
emit_instruction(ir);