summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_type.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_type.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_type.h b/src/gallium/auxiliary/gallivm/lp_bld_type.h
index f1922ef9ac..b3f9e9175d 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_type.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_type.h
@@ -321,6 +321,10 @@ lp_typekind_name(LLVMTypeKind t);
void
+lp_dump_llvmtype(LLVMTypeRef t);
+
+
+void
lp_build_context_init(struct lp_build_context *bld,
LLVMBuilderRef builder,
struct lp_type type);