ac: rename and move si_const_array into common code
[mesa.git] / src / gallium / drivers / radeonsi / si_shader_internal.h
index 7306481ccd9e92e919edb7417f1e6e275945a862..3084d88fad6df81af1252de20475679947152f0c 100644 (file)
@@ -310,8 +310,6 @@ LLVMValueRef si_get_bounded_indirect_index(struct si_shader_context *ctx,
                                           const struct tgsi_ind_register *ind,
                                           int rel_index, unsigned num);
 
-LLVMTypeRef si_const_array(LLVMTypeRef elem_type, int num_elements);
-
 void si_shader_context_init_alu(struct lp_build_tgsi_context *bld_base);
 void si_shader_context_init_mem(struct si_shader_context *ctx);