summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_flow.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-01-08 11:32:36 -0700
committerBrian Paul <brianp@vmware.com>2010-01-08 11:32:36 -0700
commit855d7f51e4cfd6f4ce04bf34164676ba3bc2fc39 (patch)
tree1f163d5012c54f854418ad35fa073d5ab8e51f29 /src/gallium/drivers/llvmpipe/lp_bld_flow.h
parentaf31e65b5542147a53e4d3198eb8437f89457451 (diff)
llvmpipe: move some fields to the private lp_build_flow_if struct
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_flow.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bld_flow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_flow.h b/src/gallium/drivers/llvmpipe/lp_bld_flow.h
index 7c7cc402a3..4c225a0d4f 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_flow.h
+++ b/src/gallium/drivers/llvmpipe/lp_bld_flow.h
@@ -131,8 +131,6 @@ struct lp_build_if_state
{
LLVMBuilderRef builder;
struct lp_build_flow_context *flow;
- LLVMValueRef condition;
- LLVMBasicBlockRef entry_block, true_block, false_block, merge_block;
};