aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_vec4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel/compiler/brw_vec4.h')
-rw-r--r--src/intel/compiler/brw_vec4.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/intel/compiler/brw_vec4.h b/src/intel/compiler/brw_vec4.h
index a6015b83f34..be2cd412967 100644
--- a/src/intel/compiler/brw_vec4.h
+++ b/src/intel/compiler/brw_vec4.h
@@ -107,10 +107,8 @@ public:
int first_non_payload_grf;
unsigned int max_grf;
- BRW_ANALYSIS(live_analysis, brw::vec4_live_variables,
- backend_shader *) live_analysis;
- BRW_ANALYSIS(performance_analysis, brw::performance,
- vec4_visitor *) performance_analysis;
+ brw_analysis<brw::vec4_live_variables, backend_shader> live_analysis;
+ brw_analysis<brw::performance, vec4_visitor> performance_analysis;
bool need_all_constants_in_pull_buffer;