commit | d14642739e488c8cb15726de5a63cb01c6ce835c | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Thu Mar 25 18:29:25 2010 -0700 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Thu Mar 25 18:40:48 2010 -0700 |
tree | 485b84dc6d03a5b2f68858011d5eceb29b3ee38a | |
parent | d7388f389dfd17e3842e5dfda1b5782c00f454e5 [diff] [blame] |
IR print visitor: Remove most of the newlines from the printed output This makes it a lot easier to read... if you have a really wide display.
diff --git a/glsl_parser_extras.cpp b/glsl_parser_extras.cpp index a028658..d57a68e 100644 --- a/glsl_parser_extras.cpp +++ b/glsl_parser_extras.cpp
@@ -652,6 +652,7 @@ ir_print_visitor v; ((ir_instruction *)iter.get())->accept(& v); + printf("\n"); } }