diff options
author | Samuel Pitoiset <[email protected]> | 2018-02-09 13:54:18 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2018-02-12 11:54:02 +0100 |
commit | 054c92190c1c3b91ebc33118a4518346805948ca (patch) | |
tree | ad1198104a084b494ea90f5c7fb7746f99339ccc /src/amd | |
parent | 0b97eb02b0e60cce7f74346e6c647286097b0542 (diff) |
ac/nir: remove unused nir_to_llvm_context:{defs,phis}
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd')
-rw-r--r-- | src/amd/common/ac_nir_to_llvm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/amd/common/ac_nir_to_llvm.c b/src/amd/common/ac_nir_to_llvm.c index cd128054962..e82348b83b0 100644 --- a/src/amd/common/ac_nir_to_llvm.c +++ b/src/amd/common/ac_nir_to_llvm.c @@ -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; |