nir: Remove nir_const_load_to_arr
There are no remaining users in-tree. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
This commit is contained in:
@@ -1912,11 +1912,6 @@ typedef struct {
|
||||
nir_const_value value[];
|
||||
} nir_load_const_instr;
|
||||
|
||||
#define nir_const_load_to_arr(arr, l, m) \
|
||||
{ \
|
||||
nir_const_value_to_array(arr, l->value, l->def.num_components, m); \
|
||||
} while (false);
|
||||
|
||||
typedef enum {
|
||||
nir_jump_return,
|
||||
nir_jump_break,
|
||||
|
Reference in New Issue
Block a user