projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
940501a
)
v3d: Whitespace consistency fix.
author
Eric Anholt
<eric@anholt.net>
Mon, 4 Feb 2019 20:07:41 +0000
(12:07 -0800)
committer
Eric Anholt
<eric@anholt.net>
Tue, 5 Feb 2019 23:46:42 +0000
(15:46 -0800)
src/broadcom/compiler/vir_opt_copy_propagate.c
patch
|
blob
|
history
diff --git
a/src/broadcom/compiler/vir_opt_copy_propagate.c
b/src/broadcom/compiler/vir_opt_copy_propagate.c
index dc35701e3db18ece677ca47671820d500494d57c..70ecfb9463628a9464bc9cca2009522b66daab32 100644
(file)
--- a/
src/broadcom/compiler/vir_opt_copy_propagate.c
+++ b/
src/broadcom/compiler/vir_opt_copy_propagate.c
@@
-160,7
+160,7
@@
try_copy_prop(struct v3d_compile *c, struct qinst *inst, struct qinst **movs)
/* No composing the unpacks. */
if (vir_has_unpack(inst, i))
- continue;
+
continue;
/* these ops can't represent abs. */
if (mov->qpu.alu.mul.a_unpack == V3D_QPU_UNPACK_ABS) {