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:
parent
f6199e635e
commit
f051cb5dca
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user