summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs_live_variables.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-06-05 11:42:25 -0700
committerEric Anholt <eric@anholt.net>2013-10-10 15:54:16 -0700
commit3093085847db0455a88e45f20e29660b2b7f8515 (patch)
treeb5c164dbe0dc928b36388ba13c30f06afa6686b4 /src/mesa/drivers/dri/i965/brw_fs_live_variables.h
parentb4d676d71006e5e85893d7b44740860b1b2c3425 (diff)
downloadexternal_mesa3d-3093085847db0455a88e45f20e29660b2b7f8515.zip
external_mesa3d-3093085847db0455a88e45f20e29660b2b7f8515.tar.gz
external_mesa3d-3093085847db0455a88e45f20e29660b2b7f8515.tar.bz2
i965/fs: Use the new per-channel live ranges for dead code elimination.
v2 (Kenneth Graunke): Rebase on s/live_variables/live_intervals/g. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs_live_variables.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs_live_variables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs_live_variables.h b/src/mesa/drivers/dri/i965/brw_fs_live_variables.h
index 694ad9e..fa14eec 100644
--- a/src/mesa/drivers/dri/i965/brw_fs_live_variables.h
+++ b/src/mesa/drivers/dri/i965/brw_fs_live_variables.h
@@ -28,6 +28,8 @@
#include "brw_fs.h"
#include "main/bitset.h"
+class cfg_t;
+
namespace brw {
struct block_data {