ir_print_visitor: Remove unnecessary parenthesis around type names.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 7 Apr 2010 21:41:13 +0000 (14:41 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 28 Apr 2010 22:34:52 +0000 (15:34 -0700)
commit295bb7ff8d3c508320a6af60a69901999196f05f
tree72cd84a00edd6d25b6537b291c99ec5e7b7145f0
parent1f0cb24f8bd0f2dba23c95331b04d0a1f89d2af4
ir_print_visitor: Remove unnecessary parenthesis around type names.

Parenthesis should only be present for compound types (i.e. arrays
or structures).  For atomic types, simply print the symbol.
ir_print_visitor.cpp