intel/tools: Drop srctype from ipreg
authorMatt Turner <mattst88@gmail.com>
Tue, 16 Jun 2020 23:53:05 +0000 (16:53 -0700)
committerMarge Bot <eric+marge@anholt.net>
Fri, 19 Jun 2020 02:10:40 +0000 (02:10 +0000)
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>

src/intel/tools/i965_gram.y

index 989401d3b1e9daf73d609abc6843f69859b24353..55eaabc154d9cce5be718ee81e74e61c992b508d 100644 (file)
@@ -1880,7 +1880,7 @@ controlreg:
        ;
 
 ipreg:
-       IPREG srctype   { $$ = brw_ip_reg(); }
+       IPREG           { $$ = brw_ip_reg(); }
        ;
 
 nullreg: