intel/tools: Drop srctype from ipreg

It's unused, and it would cause shift/reduce conflicts after the next
patch.

Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5514>
This commit is contained in:
Matt Turner 2020-06-16 16:53:05 -07:00 committed by Marge Bot
parent 27557e7110
commit 9feb6302f9
1 changed files with 1 additions and 1 deletions

View File

@ -1880,7 +1880,7 @@ controlreg:
;
ipreg:
IPREG srctype { $$ = brw_ip_reg(); }
IPREG { $$ = brw_ip_reg(); }
;
nullreg: