tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
[mesa.git] / src / gallium / drivers / llvmpipe / lp_bld_alpha.h
index 9dbcdb4daabe826f07384ff62ac2191444f92175..634575670db6778a0d0aeeecbd9150800e6d6be6 100644 (file)
 #include <llvm-c/Core.h>  
 
 struct pipe_alpha_state;
-union lp_type;
+struct lp_type;
 struct lp_build_mask_context;
 
 
 void
 lp_build_alpha_test(LLVMBuilderRef builder,
                     const struct pipe_alpha_state *state,
-                    union lp_type type,
+                    struct lp_type type,
                     struct lp_build_mask_context *mask,
                     LLVMValueRef alpha,
                     LLVMValueRef ref);