summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_type.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-05-13 10:24:10 -0600
committerBrian Paul <brianp@vmware.com>2010-05-13 14:15:44 -0600
commit45d6289fab1aa012f265e5b51a10c2a07c85679b (patch)
treee82b4d6adbed9da18c8bf962ac902ba38204ca74 /src/gallium/auxiliary/gallivm/lp_bld_type.h
parentadc6e73538e33156e9a489dbdae2e4452361bb6b (diff)
gallivm: added lp_dump_llvmtype() debug helper
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);