X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fauxiliary%2Fgallivm%2Flp_bld_assert.h;h=e377b59bbedd5debb2811c216805e453b2e5bf6b;hb=865d0312c0dd7411ce813206cef3c399d6641241;hp=ddd879dc2c6a8b8a5851d7d8b514e4c7266754d3;hpb=443a7e4e9a360acbc3e662c098be436f180bf81d;p=mesa.git diff --git a/src/gallium/auxiliary/gallivm/lp_bld_assert.h b/src/gallium/auxiliary/gallivm/lp_bld_assert.h index ddd879dc2c6..e377b59bbed 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_assert.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_assert.h @@ -30,10 +30,12 @@ #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);