summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_flow.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-10-09 20:14:03 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-10-09 20:14:03 +0100
commitd45c379027054e563c4f4379fb69fc9f68612f75 (patch)
treef5dfc4a0f8c27b79d5bfdca4f8aa3942d1741b55 /src/gallium/auxiliary/gallivm/lp_bld_flow.h
parentea7b49028b15364a32988ec77ec88f2a6a591437 (diff)
gallivm: Remove support for Phi generation.
Simply rely on mem2reg pass. It's easier and more reliable.
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_flow.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_flow.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_flow.h b/src/gallium/auxiliary/gallivm/lp_bld_flow.h
index 0fc6317b339..403e46e52e8 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_flow.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_flow.h
@@ -51,16 +51,6 @@ void
lp_build_flow_destroy(struct lp_build_flow_context *flow);
void
-lp_build_flow_scope_begin(struct lp_build_flow_context *flow);
-
-void
-lp_build_flow_scope_declare(struct lp_build_flow_context *flow,
- LLVMValueRef *variable);
-
-void
-lp_build_flow_scope_end(struct lp_build_flow_context *flow);
-
-void
lp_build_flow_skip_begin(struct lp_build_flow_context *flow);
void