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:

committed by
Ian Romanick

parent
216580dbd7
commit
e46a454305
@@ -33,7 +33,6 @@
|
||||
*/
|
||||
|
||||
#include "ir.h"
|
||||
#include "ir_print_visitor.h"
|
||||
#include "ir_visitor.h"
|
||||
#include "ir_optimization.h"
|
||||
#include "glsl_types.h"
|
||||
|
Reference in New Issue
Block a user