Mesa (master): ac/nir: remove unused nir_to_llvm_context:{defs,phis}

Samuel Pitoiset hakzsam at kemper.freedesktop.org
Mon Feb 12 10:55:01 UTC 2018


Module: Mesa
Branch: master
Commit: 054c92190c1c3b91ebc33118a4518346805948ca
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=054c92190c1c3b91ebc33118a4518346805948ca

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Fri Feb  9 13:54:18 2018 +0100

ac/nir: remove unused nir_to_llvm_context:{defs,phis}

Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>

---

 src/amd/common/ac_nir_to_llvm.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/amd/common/ac_nir_to_llvm.c b/src/amd/common/ac_nir_to_llvm.c
index cd12805496..e82348b83b 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;




More information about the mesa-commit mailing list