nir/opt_peephole_select: remove unused variables

To avoid "unused variable" warnings.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Alejandro Piñeiro 2019-12-13 14:57:37 +01:00
parent 7c972eba40
commit 2865d79a33
1 changed files with 0 additions and 4 deletions

View File

@ -152,10 +152,6 @@ block_check_for_allowed_instrs(nir_block *block, unsigned *count,
if (!mov->dest.dest.is_ssa)
return false;
const struct nir_block *const expected_block = mov->instr.block;
const nir_alu_type expected_type =
nir_alu_type_get_base_type(nir_op_infos[mov->op].output_type);
if (alu_ok) {
/* If the ALU operation is an fsat or a move-like operation, do
* not count it. The expectation is that it will eventually be