summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_type.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-05-12 10:04:48 -0600
committerBrian Paul <brianp@vmware.com>2010-05-12 10:37:59 -0600
commit3dcb25364fc3b8570dfe240e5b1e6fa278bf0911 (patch)
treed3378d87287504e18448e993ffeae344558427fb /src/gallium/auxiliary/gallivm/lp_bld_type.h
parent6080e567f0ca1fdcce21e76271d4239c33a50db3 (diff)
gallivm: added lp_typekind_name() util function
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 cd59d2faa6..f1922ef9ac 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_type.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_type.h
@@ -316,6 +316,10 @@ struct lp_type
lp_wider_type(struct lp_type type);
+const char *
+lp_typekind_name(LLVMTypeKind t);
+
+
void
lp_build_context_init(struct lp_build_context *bld,
LLVMBuilderRef builder,