projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
901f57d
)
nir: Remove spurious return from void function.
author
Jose Fonseca
<jfonseca@vmware.com>
Fri, 6 May 2016 11:00:08 +0000
(12:00 +0100)
committer
Jose Fonseca
<jfonseca@vmware.com>
Fri, 6 May 2016 11:03:34 +0000
(12:03 +0100)
Left over from
450c0613627d5a472fcf1122c15b66988abfb372
.
Trivial. Built locally with clang and gcc.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=95296
src/compiler/nir/nir_lower_double_packing.c
patch
|
blob
|
history
diff --git
a/src/compiler/nir/nir_lower_double_packing.c
b/src/compiler/nir/nir_lower_double_packing.c
index 046e2139862c69a419bb51fd0e53983d9668b150..ed1e7078e4dcff325e584a2967d984545543e640 100644
(file)
--- 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