OSDN Git Service

i965/fs: Remove bblock field of fs_visitor.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 9 Nov 2012 08:38:37 +0000 (00:38 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 15 Nov 2012 19:14:43 +0000 (11:14 -0800)
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>
src/mesa/drivers/dri/i965/brw_fs.h

index 4845176..9fc05ea 100644 (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);