mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
ac/nir: remove unused nir_to_llvm_context:{defs,phis}
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
0b97eb02b0
commit
054c92190c
1 changed files with 0 additions and 3 deletions
|
|
@ -83,9 +83,6 @@ struct nir_to_llvm_context {
|
|||
LLVMBuilderRef builder;
|
||||
LLVMValueRef main_function;
|
||||
|
||||
struct hash_table *defs;
|
||||
struct hash_table *phis;
|
||||
|
||||
LLVMValueRef descriptor_sets[AC_UD_MAX_SETS];
|
||||
LLVMValueRef ring_offsets;
|
||||
LLVMValueRef push_constants;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue