From a18c210a95794c79c6f26dbf4c66d4a85e29169d Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Tue, 27 Apr 2010 13:20:12 +0100 Subject: gallivm: Ensure all allocas are in the first block. Refactor the code to make this easier. --- src/gallium/auxiliary/gallivm/lp_bld_logic.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gallium/auxiliary/gallivm/lp_bld_logic.h') diff --git a/src/gallium/auxiliary/gallivm/lp_bld_logic.h b/src/gallium/auxiliary/gallivm/lp_bld_logic.h index 00a8c75019..29f9fc3b20 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_logic.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_logic.h @@ -76,9 +76,6 @@ lp_build_select_aos(struct lp_build_context *bld, LLVMValueRef b, const boolean cond[4]); -LLVMValueRef -lp_build_alloca(struct lp_build_context *bld); - LLVMValueRef lp_build_andc(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b); -- cgit v1.2.3