gallivm: Separate freeing LLVM intermediate data from freeing final code.
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_assert.h
index ddd879dc2c6a8b8a5851d7d8b514e4c7266754d3..e377b59bbedd5debb2811c216805e453b2e5bf6b 100644 (file)
 
 
 #include "lp_bld.h"
+#include "lp_bld_init.h"
 
 
-LLVMValueRef
-lp_build_assert(LLVMBuilderRef builder, LLVMValueRef condition,
+void
+lp_build_assert(struct gallivm_state *gallivm,
+                LLVMValueRef condition,
                 const char *msg);