nir: Rename convert_to_ssa lower_regs_to_ssa
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 14 Dec 2016 02:19:42 +0000 (18:19 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 30 Dec 2016 00:02:44 +0000 (16:02 -0800)
commitfb181196deac2e3a070c49a29803e53cc7cc7f9b
treeec2947cae8239ab8b0280f577417a8067e81c913
parent194537ebe44cfcd6d72a98d0c2118f10a9e58deb
nir: Rename convert_to_ssa lower_regs_to_ssa

This matches the naming of nir_lower_vars_to_ssa, the other to-SSA pass.
src/compiler/Makefile.sources
src/compiler/nir/nir.h
src/compiler/nir/nir_lower_regs_to_ssa.c [moved from src/compiler/nir/nir_to_ssa.c with 99% similarity]
src/compiler/nir/nir_opt_if.c
src/compiler/nir/nir_opt_loop_unroll.c
src/compiler/nir/nir_opt_trivial_continues.c
src/gallium/drivers/freedreno/ir3/ir3_nir.c
src/gallium/drivers/vc4/vc4_program.c
src/mesa/drivers/dri/i965/brw_program.c