ir_print_visitor: Print (constant bool (1)) instead of "true"
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 12 Apr 2010 22:46:10 +0000 (15:46 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 28 Apr 2010 22:34:52 +0000 (15:34 -0700)
commit405e122a477a62e7b331c7c4431b628a39d29919
tree2675e799f506ced110a2011706b147be7285f21c
parent2bc582d26548a83fb64cdd6485d039b891dd4c37
ir_print_visitor: Print (constant bool (1)) instead of "true"

It might be better to simply handle "true" in the reader, but since
booleans normally aren't printed as "true" or "false", we may as well go
for consistency.
ir_print_visitor.cpp