OSDN Git Service

* pa.c (hppa_gimplify_va_arg_expr): Remove comment.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Jul 2004 20:28:11 +0000 (20:28 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Jul 2004 20:28:11 +0000 (20:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84529 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/pa/pa.c

index ca5666d..77123a0 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * pa.c (hppa_gimplify_va_arg_expr): Remove comment.
+
 2004-07-11  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
 
        PR tree-optimization/15654
index ee781af..9435a63 100644 (file)
@@ -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)