i965/fs: Drop unnecessary and incorrect liveout initialization.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 12 Aug 2013 05:07:17 +0000 (22:07 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 19 Aug 2013 18:29:24 +0000 (11:29 -0700)
The previous commit properly initialized liveout.  This previous
(and incorrect) initialization is no longer necessary.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp

index 81e3693286a8702bb2a4ddeaead44e9c54c27086..b5d698037ce1dcb1d83daece2aa1148e3e93a871 100644 (file)
@@ -132,7 +132,6 @@ fs_copy_prop_dataflow::fs_copy_prop_dataflow(void *mem_ctx, cfg_t *cfg,
              */
             BITSET_SET(bd[b].copy, next_acp);
 
-            BITSET_SET(bd[b].liveout, next_acp);
             next_acp++;
          }
       }