Commit 55c8af0b by Aldy Hernandez Committed by Aldy Hernandez

rs6000.c (function_arg): Remove typo.

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
parent cb0e3e3f
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
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment