From: Kenneth Graunke Date: Thu, 28 Aug 2014 22:15:02 +0000 (-0700) Subject: glsl: Report progress from opt_copy_propagation_elements(). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=96ce065db46d11f5ad6423f4a522f3e92153b3cf;p=mesa.git glsl: Report progress from opt_copy_propagation_elements(). It's been altering the tree and reporting "false" since January 2011. Signed-off-by: Kenneth Graunke Reviewed-by: Matt Turner --- diff --git a/src/glsl/opt_copy_propagation_elements.cpp b/src/glsl/opt_copy_propagation_elements.cpp index a67f5070cb0..c3e55bcd145 100644 --- a/src/glsl/opt_copy_propagation_elements.cpp +++ b/src/glsl/opt_copy_propagation_elements.cpp @@ -288,6 +288,7 @@ ir_copy_propagation_elements_visitor::handle_rvalue(ir_rvalue **ir) source_chan[2], source_chan[3], chans); + progress = true; if (debug) { printf("to:\n");