mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 19:51:34 +08:00
tree-pretty-print.c (dump_generic_node): Dump CALL_EXPR_HAS_RETURN_SLOT_ADDR.
* tree-pretty-print.c (dump_generic_node): Dump CALL_EXPR_HAS_RETURN_SLOT_ADDR. From-SVN: r84974
This commit is contained in:
parent
3cbf09de66
commit
40a37b0473
@ -1,3 +1,8 @@
|
||||
2004-07-20 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* tree-pretty-print.c (dump_generic_node): Dump
|
||||
CALL_EXPR_HAS_RETURN_SLOT_ADDR.
|
||||
|
||||
2004-07-20 Frank Ch. Eigler <fche@redhat.com>
|
||||
|
||||
* tree-mudflap.c (mf_set_options_fndecl): New tree.
|
||||
|
@ -898,6 +898,8 @@ dump_generic_node (pretty_printer *buffer, tree node, int spc, int flags,
|
||||
pp_character (buffer, ']');
|
||||
}
|
||||
|
||||
if (CALL_EXPR_HAS_RETURN_SLOT_ADDR (node))
|
||||
pp_string (buffer, " [return slot addr]");
|
||||
if (CALL_EXPR_TAILCALL (node))
|
||||
pp_string (buffer, " [tail call]");
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user