i965/fs: Remove bblock field of fs_visitor.

All users of basic block analysis simply create their own local
variables.  Nobody uses the visitor-wide field.

Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Kenneth Graunke 2012-11-09 00:38:37 -08:00
parent e7668609a7
commit eec5669bc9

View file

@ -426,8 +426,6 @@ public:
int force_uncompressed_stack;
int force_sechalf_stack;
class bblock_t *bblock;
};
bool brw_do_channel_expressions(struct exec_list *instructions);