Kenneth Graunke 350bd70348 ir_reader: Fix reading of array deferences and correct error messages.
Previously, the syntax was (array_ref <variable name> <index>), but the
subject is now a general rvalue (not a name).  In particular, it might
be a (var_ref ...).

Also, remove "expected ... or (swiz)" from error messages; swiz is not
allowed inside a var_ref.
2010-05-26 15:24:40 -07:00
2010-05-14 16:34:46 -07:00
2010-02-22 13:19:34 -08:00
2010-03-08 13:02:58 -08:00
2010-02-25 17:17:23 -08:00
2010-05-03 11:41:00 -07:00
2010-02-22 13:19:34 -08:00
S
Description
No description provided
538 MiB
Languages
C 75.5%
C++ 17.2%
Python 2.7%
Rust 1.8%
Assembly 1.5%
Other 1%