From 3093085847db0455a88e45f20e29660b2b7f8515 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 5 Jun 2012 11:42:25 -0700 Subject: 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 --- src/mesa/drivers/dri/i965/brw_fs_live_variables.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/drivers/dri/i965/brw_fs_live_variables.h') 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 { -- cgit v1.1