From: John David Anglin Date: Sun, 11 Jul 2004 20:28:11 +0000 (+0000) Subject: * pa.c (hppa_gimplify_va_arg_expr): Remove comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4dcf7d66acad759f4c62caaa39d8b981ced74892;p=gcc.git * pa.c (hppa_gimplify_va_arg_expr): Remove comment. From-SVN: r84529 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ca5666d00d8..77123a09e91 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-07-11 John David Anglin + + * pa.c (hppa_gimplify_va_arg_expr): Remove comment. + 2004-07-11 Zdenek Dvorak PR tree-optimization/15654 diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index ee781af6d78..9435a63d382 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -5960,14 +5960,6 @@ hppa_gimplify_va_arg_expr (tree valist, tree type, tree *pre_p, tree *post_p) if (TARGET_64BIT) { - /* Every argument in PA64 is supposed to be passed by value - (including large structs). However, as a GCC extension, we - pass zero and variable sized arguments by reference. Empty - structures are a GCC extension not supported by the HP - compilers. Thus, passing them by reference isn't likely - to conflict with the ABI. For variable sized arguments, - GCC doesn't have the infrastructure to allocate these to - registers. */ /* Args grow upward. We can use the generic routines. */ if (indirect)