diff options
author | José Fonseca <[email protected]> | 2010-10-09 20:14:03 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-10-09 20:14:03 +0100 |
commit | d45c379027054e563c4f4379fb69fc9f68612f75 (patch) | |
tree | f5dfc4a0f8c27b79d5bfdca4f8aa3942d1741b55 /src/gallium/auxiliary/gallivm/lp_bld_flow.h | |
parent | ea7b49028b15364a32988ec77ec88f2a6a591437 (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.h | 10 |
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 |