From: Matt Turner Date: Tue, 16 Jun 2020 23:53:05 +0000 (-0700) Subject: intel/tools: Drop srctype from ipreg X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9feb6302f93a3c4192f6eaaf8651154d419ff4ca;p=mesa.git intel/tools: Drop srctype from ipreg It's unused, and it would cause shift/reduce conflicts after the next patch. Reviewed-by: Sagar Ghuge Part-of: --- diff --git a/src/intel/tools/i965_gram.y b/src/intel/tools/i965_gram.y index 989401d3b1e..55eaabc154d 100644 --- a/src/intel/tools/i965_gram.y +++ b/src/intel/tools/i965_gram.y @@ -1880,7 +1880,7 @@ controlreg: ; ipreg: - IPREG srctype { $$ = brw_ip_reg(); } + IPREG { $$ = brw_ip_reg(); } ; nullreg: