mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
nir: Rename nir_live_variables.c to nir_liveness.c.
It doesn't actually operate on variables. Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
parent
5c6f21579d
commit
b9f8e729c8
2 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ NIR_FILES = \
|
|||
nir/nir_intrinsics.h \
|
||||
nir/nir_instr_set.c \
|
||||
nir/nir_instr_set.h \
|
||||
nir/nir_live_variables.c \
|
||||
nir/nir_liveness.c \
|
||||
nir/nir_lower_alu_to_scalar.c \
|
||||
nir/nir_lower_atomics.c \
|
||||
nir/nir_lower_clip.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue