diff options
author | marha <marha@users.sourceforge.net> | 2014-03-29 13:48:13 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-03-29 13:48:13 +0100 |
commit | 6469a282ad06dfa53f3b9d9e9789f21b76de9ab7 (patch) | |
tree | b2be4be26121be404ae7425e09d5177ab9887040 /mesalib/src/glsl/opt_copy_propagation_elements.cpp | |
parent | cbfb19790917d271b8ca6156554b16acc802719f (diff) | |
download | vcxsrv-6469a282ad06dfa53f3b9d9e9789f21b76de9ab7.tar.gz vcxsrv-6469a282ad06dfa53f3b9d9e9789f21b76de9ab7.tar.bz2 vcxsrv-6469a282ad06dfa53f3b9d9e9789f21b76de9ab7.zip |
xserver mesa git update 29 Mar 2014
xserver commit 8468e24430988058b150dc1daef3aad6ba9fa698
mesa commit 9b6b084eb7b10d006b44e3cd22585fc3e39e0c00
Diffstat (limited to 'mesalib/src/glsl/opt_copy_propagation_elements.cpp')
-rw-r--r-- | mesalib/src/glsl/opt_copy_propagation_elements.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesalib/src/glsl/opt_copy_propagation_elements.cpp b/mesalib/src/glsl/opt_copy_propagation_elements.cpp index cc53e0dd0..4d8f476a8 100644 --- a/mesalib/src/glsl/opt_copy_propagation_elements.cpp +++ b/mesalib/src/glsl/opt_copy_propagation_elements.cpp @@ -186,7 +186,7 @@ ir_copy_propagation_elements_visitor::visit_leave(ir_assignment *ir) } ir_visitor_status -ir_copy_propagation_elements_visitor::visit_leave(ir_swizzle *ir) +ir_copy_propagation_elements_visitor::visit_leave(ir_swizzle *) { /* Don't visit the values of swizzles since they are handled while * visiting the swizzle itself. |