ir_print_visitor: print the type of expressions.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 7 Apr 2010 23:36:32 +0000 (16:36 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 28 Apr 2010 22:34:52 +0000 (15:34 -0700)
commit1a3a096bf51e86ddc63402def7dff39b41b7cd63
tree03b72d966ebcb48f8b40bbb4717c56dae8e38543
parent295bb7ff8d3c508320a6af60a69901999196f05f
ir_print_visitor: print the type of expressions.

This can be useful for debugging - it allows us to see that the inferred
type is what we think it should be.  Furthermore, it will allow the IR
reader to avoid complex, operator-specific type inference.
ir_print_visitor.cpp