rs6000.c (function_arg): Remove typo.
authorAldy Hernandez <aldyh@redhat.com>
Fri, 13 Jun 2003 02:03:09 +0000 (02:03 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Fri, 13 Jun 2003 02:03:09 +0000 (02:03 +0000)
2003-06-12  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.c (function_arg): Remove typo.

[[Split portion of a mixed commit.]]

From-SVN: r67867.2

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index e4929086ddc7dd84f4b9f8b36ae67bf2cdd283d0..f5a84c0194eb5df486a94cffd6ff5b9aeef59bf7 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
+
+        * config/rs6000/rs6000.c (function_arg): Remove typo.
+
 2003-06-12  Richard Henderson  <rth@redhat.com>
 
        * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
index 33936b8d26077f9161007de8de67462d71787dca..7fd68288fb2fad08859a40d9d7e2c9cf3cf787d5 100644 (file)
@@ -3960,14 +3960,6 @@ function_arg (cum, mode, type, named)
          int n_words;
          int gregno = cum->sysv_gregno;
 
-         if (TARGET_SPE_ABI && TARGET_SPE && SPE_VECTOR_MODE (mode)
-             && !cum->stdarg
-             && cum->sysv_gregno <= GP_ARG_MAX_REG)
-           {
-             cum->sysv_gregno++;
-             return;
-           }
-
          /* Aggregates and IEEE quad get passed by reference.  */
          if ((type && AGGREGATE_TYPE_P (type))
              || mode == TFmode)