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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user