summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_flow.c
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2010-03-09 15:09:15 -0500
committerZack Rusin <zackr@vmware.com>2010-03-10 16:56:42 -0500
commit18d406e8a8a838c82ee4ec5dbf244ab8bba0855e (patch)
tree1e6e28a618d3b2df6f4e0fd3a5d407529d910186 /src/gallium/auxiliary/gallivm/lp_bld_flow.c
parent242893cce2204e95fcebc6d1fb8a6f9a68c509c1 (diff)
gallivm: implement loops
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_flow.c')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_flow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_flow.c b/src/gallium/auxiliary/gallivm/lp_bld_flow.c
index bc83138908..c2f35419ec 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_flow.c
+++ b/src/gallium/auxiliary/gallivm/lp_bld_flow.c
@@ -308,7 +308,7 @@ lp_build_flow_scope_end(struct lp_build_flow_context *flow)
* Note: this function has no dependencies on the flow code and could
* be used elsewhere.
*/
-static LLVMBasicBlockRef
+LLVMBasicBlockRef
lp_build_insert_new_block(LLVMBuilderRef builder, const char *name)
{
LLVMBasicBlockRef current_block;