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.
This commit is contained in:
Eric Anholt
2010-06-22 12:09:21 -07:00
committed by Ian Romanick
parent 216580dbd7
commit e46a454305
6 changed files with 13 additions and 9 deletions

View File

@@ -33,7 +33,6 @@
*/
#include "ir.h"
#include "ir_print_visitor.h"
#include "ir_visitor.h"
#include "ir_optimization.h"
#include "glsl_types.h"