Print full type for ir_constant instead of base and component count.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 7 Apr 2010 21:40:44 +0000 (14:40 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 28 Apr 2010 22:34:52 +0000 (15:34 -0700)
commit1f0cb24f8bd0f2dba23c95331b04d0a1f89d2af4
treed89d2d9b775416ed79ca5b106b9a7094f1c2f005
parent3eba593f35a966949ee7c5990f3e9f519ea0191a
Print full type for ir_constant instead of base and component count.

vec4 and mat2x2 have the same base type and number of components;
printing the full type allows us to distinguish the two.
ir_print_visitor.cpp