ac/nir: remove unused nir_to_llvm_context:{defs,phis}
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Fri, 9 Feb 2018 12:54:18 +0000 (13:54 +0100)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 12 Feb 2018 10:54:02 +0000 (11:54 +0100)
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/common/ac_nir_to_llvm.c

index cd128054962d3c201a9403bd21066cfc3c94d20e..e82348b83b02a950e3cca9fa8c2484c56eead98a 100644 (file)
@@ -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;