Commit f051cb5d by Richard Guenther Committed by Richard Biener

re PR target/44930 (another problem with line break in output with -fverbose-asm)

2010-07-14  Richard Guenther  <rguenther@suse.de>

	PR middle-end/44930
	* tree-pretty-print.c (do_niy): Do not print a newline.

From-SVN: r162174
parent f6199e63
2010-07-14 Richard Guenther <rguenther@suse.de>
PR middle-end/44930
* tree-pretty-print.c (do_niy): Do not print a newline.
2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
* ira-int.h (struct ira_object): New.
......
......@@ -71,7 +71,7 @@ do_niy (pretty_printer *buffer, const_tree node)
}
}
pp_string (buffer, " >>>\n");
pp_string (buffer, " >>>");
}
/* Debugging function to print out a generic expression. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment