mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
cb0e3e3fc8
commit
55c8af0b09
|
|
@ -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>
|
2003-06-12 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
|
* config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
|
||||||
|
|
|
||||||
|
|
@ -3960,14 +3960,6 @@ function_arg (cum, mode, type, named)
|
||||||
int n_words;
|
int n_words;
|
||||||
int gregno = cum->sysv_gregno;
|
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. */
|
/* Aggregates and IEEE quad get passed by reference. */
|
||||||
if ((type && AGGREGATE_TYPE_P (type))
|
if ((type && AGGREGATE_TYPE_P (type))
|
||||||
|| mode == TFmode)
|
|| mode == TFmode)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue