nir: Remove the mem_ctx parameter from ssa_def_rewrite_uses
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 9 Sep 2015 20:24:35 +0000 (13:24 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 11 Sep 2015 16:21:20 +0000 (09:21 -0700)
commita4aa25be1e0a27b1a6a6b0bcf576beb9dfe1ea7a
tree30cefc1dcba792fba83755d8149fff8182a0c7a8
parent8c8fc5f8336c8c79e5890265ae6c03271aa94075
nir: Remove the mem_ctx parameter from ssa_def_rewrite_uses

Reviewed-by: Thomas Helland <thomashelland90@gmail.com>
20 files changed:
src/glsl/nir/nir.c
src/glsl/nir/nir.h
src/glsl/nir/nir_control_flow.c
src/glsl/nir/nir_from_ssa.c
src/glsl/nir/nir_lower_alu_to_scalar.c
src/glsl/nir/nir_lower_atomics.c
src/glsl/nir/nir_lower_idiv.c
src/glsl/nir/nir_lower_io.c
src/glsl/nir/nir_lower_load_const_to_scalar.c
src/glsl/nir/nir_lower_locals_to_regs.c
src/glsl/nir/nir_lower_phis_to_scalar.c
src/glsl/nir/nir_lower_system_values.c
src/glsl/nir/nir_lower_vars_to_ssa.c
src/glsl/nir/nir_opt_constant_folding.c
src/glsl/nir/nir_opt_cse.c
src/glsl/nir/nir_opt_dead_cf.c
src/glsl/nir/nir_opt_peephole_ffma.c
src/glsl/nir/nir_opt_peephole_select.c
src/glsl/nir/nir_opt_remove_phis.c
src/glsl/nir/nir_search.c