ir_reader: Add support for reading variable declarations.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 10 Apr 2010 00:40:51 +0000 (17:40 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 29 Apr 2010 01:14:54 +0000 (18:14 -0700)
commitd1d2ada3c6bdf5a99c07147c157da75f07100847
treef90399306caeac36b2996843b6f275b87e45b7e1
parentf955649af3f23367d5e70f33a2bf958b11c2e127
ir_reader: Add support for reading variable declarations.

It also now reads a list of instructions, as it should, rather than a
single rvalue.
ir_reader.cpp