aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_shader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel/compiler/brw_shader.h')
-rw-r--r--src/intel/compiler/brw_shader.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/intel/compiler/brw_shader.h b/src/intel/compiler/brw_shader.h
index 03b09cce8e1..5085d1fb99c 100644
--- a/src/intel/compiler/brw_shader.h
+++ b/src/intel/compiler/brw_shader.h
@@ -69,8 +69,7 @@ public:
exec_list instructions;
cfg_t *cfg;
- BRW_ANALYSIS(idom_analysis, brw::idom_tree,
- const backend_shader *) idom_analysis;
+ brw_analysis<brw::idom_tree, backend_shader> idom_analysis;
gl_shader_stage stage;
bool debug_enabled;