diff --git a/src/intel/compiler/brw_fs_copy_propagation.cpp b/src/intel/compiler/brw_fs_copy_propagation.cpp index 4a7e2f8d5e7..12427b26236 100644 --- a/src/intel/compiler/brw_fs_copy_propagation.cpp +++ b/src/intel/compiler/brw_fs_copy_propagation.cpp @@ -1119,7 +1119,6 @@ try_constant_propagate(fs_inst *inst, acp_entry *entry, int arg) break; case BRW_OPCODE_CMP: - case BRW_OPCODE_IF: if (arg == 1) { inst->src[arg] = val; progress = true;