ir: Give ir_instruction a print visitor helper.
authorEric Anholt <eric@anholt.net>
Tue, 22 Jun 2010 19:09:21 +0000 (12:09 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 23 Jun 2010 01:18:30 +0000 (18:18 -0700)
commite46a454305af64710ce8deadafc718f75363ac7e
tree7119b50e95dff28694865fb574270d2c42ac1634
parent216580dbd733aa2e64df4ca95e37a0eb102c6ede
ir: Give ir_instruction a print visitor helper.

This avoids spamming each file with includes of ir_print_visitor.h
because someone was doing debugging at some point, and is less typing
when doing debugging.
ir.h
ir_constant_variable.cpp
ir_copy_propagation.cpp
ir_dead_code_local.cpp
ir_print_visitor.cpp
ir_vec_index_to_swizzle.cpp