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
This commit is contained in:
Richard Guenther 2010-07-14 09:06:34 +00:00 committed by Richard Biener
parent f6199e635e
commit f051cb5dca
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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. */