summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_cfg.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-11-10 22:04:41 -0800
committerMatt Turner <mattst88@gmail.com>2014-11-11 09:41:06 -0800
commit7a82961b71e65b4ea52a70df4b213a51e7941fbc (patch)
treebaf27e3bb1e661aaf4edbfd3c4a9085603682401 /src/mesa/drivers/dri/i965/brw_cfg.h
parent4001181ba37f2a79129fe52c489e626724c390dd (diff)
downloadexternal_mesa3d-7a82961b71e65b4ea52a70df4b213a51e7941fbc.tar.gz
external_mesa3d-7a82961b71e65b4ea52a70df4b213a51e7941fbc.tar.bz2
external_mesa3d-7a82961b71e65b4ea52a70df4b213a51e7941fbc.zip
i965/cfg: Remove if_block/else_block.
I used these in the SEL peephole, but they require extra tracking and fix ups. The SEL peephole can pretty easily find the blocks it needs without these. Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_cfg.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_cfg.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_cfg.h b/src/mesa/drivers/dri/i965/brw_cfg.h
index 388d29e872..48bca9f918 100644
--- a/src/mesa/drivers/dri/i965/brw_cfg.h
+++ b/src/mesa/drivers/dri/i965/brw_cfg.h
@@ -89,14 +89,6 @@ struct bblock_t {
struct exec_list parents;
struct exec_list children;
int num;
-
- /* If the current basic block ends in an IF or ELSE instruction, these will
- * point to the basic blocks containing the other associated instruction.
- *
- * Otherwise they are NULL.
- */
- struct bblock_t *if_block;
- struct bblock_t *else_block;
};
static inline struct backend_instruction *