diff options
author | Jose Fonseca <[email protected]> | 2016-05-06 12:00:08 +0100 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2016-05-06 12:03:34 +0100 |
commit | 8ae78f7d2828778a386ed1737f17add69eb035a9 (patch) | |
tree | c380d8655c87182b280cf482b2f29a06c370db90 /src/compiler/nir | |
parent | 901f57dff543f89c03c9e1e4eb4bdd79c16cbeb7 (diff) |
nir: Remove spurious return from void function.
Left over from 450c0613627d5a472fcf1122c15b66988abfb372.
Trivial. Built locally with clang and gcc.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=95296
Diffstat (limited to 'src/compiler/nir')
-rw-r--r-- | src/compiler/nir/nir_lower_double_packing.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler/nir/nir_lower_double_packing.c b/src/compiler/nir/nir_lower_double_packing.c index 046e2139862..ed1e7078e4d 100644 --- a/src/compiler/nir/nir_lower_double_packing.c +++ b/src/compiler/nir/nir_lower_double_packing.c @@ -75,8 +75,6 @@ lower_double_pack_impl(nir_function_impl *impl) nir_instr_remove(&alu_instr->instr); } } - - return true; } void |