From: Aldy Hernandez Date: Fri, 13 Jun 2003 02:03:09 +0000 (+0000) Subject: rs6000.c (function_arg): Remove typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=55c8af0b0919d624b82248a695700f359f134332;p=gcc.git rs6000.c (function_arg): Remove typo. 2003-06-12 Aldy Hernandez * config/rs6000/rs6000.c (function_arg): Remove typo. [[Split portion of a mixed commit.]] From-SVN: r67867.2 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e4929086ddc..f5a84c0194e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-12 Aldy Hernandez + + * config/rs6000/rs6000.c (function_arg): Remove typo. + 2003-06-12 Richard Henderson * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 33936b8d260..7fd68288fb2 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -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)