r600/sfn: remove leftover debug message

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7823>
This commit is contained in:
Gert Wollny 2020-11-28 16:36:23 +01:00
parent 0931350673
commit 40ede41035
1 changed files with 0 additions and 1 deletions

View File

@ -574,7 +574,6 @@ bool FragmentShaderFromNir::emit_load_interpolated_input(nir_intrinsic_instr* in
AluInstruction *ir = nullptr;
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);