summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2016-05-06 12:00:08 +0100
committerJose Fonseca <jfonseca@vmware.com>2016-05-06 12:03:34 +0100
commit8ae78f7d2828778a386ed1737f17add69eb035a9 (patch)
treec380d8655c87182b280cf482b2f29a06c370db90
parent901f57dff543f89c03c9e1e4eb4bdd79c16cbeb7 (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
-rw-r--r--src/compiler/nir/nir_lower_double_packing.c2
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 046e213986..ed1e7078e4 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