summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2018-02-09 13:54:18 +0100
committerSamuel Pitoiset <[email protected]>2018-02-12 11:54:02 +0100
commit054c92190c1c3b91ebc33118a4518346805948ca (patch)
treead1198104a084b494ea90f5c7fb7746f99339ccc
parent0b97eb02b0e60cce7f74346e6c647286097b0542 (diff)
ac/nir: remove unused nir_to_llvm_context:{defs,phis}
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
-rw-r--r--src/amd/common/ac_nir_to_llvm.c3
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;