nir: Remove spurious return from void function.

Left over from 450c061362.

Trivial.  Built locally with clang and gcc.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=95296
This commit is contained in:
Jose Fonseca
2016-05-06 12:00:08 +01:00
parent 901f57dff5
commit 8ae78f7d28

View File

@@ -75,8 +75,6 @@ lower_double_pack_impl(nir_function_impl *impl)
nir_instr_remove(&alu_instr->instr);
}
}
return true;
}
void