mips.c (mips_pass_by_reference): Do not return false for EABI if type is NULL.
authorRichard Sandiford <richard@codesourcery.com>
Thu, 5 Oct 2006 22:19:35 +0000 (22:19 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 5 Oct 2006 22:19:35 +0000 (22:19 +0000)
commitc671c14680fb507a81b39814427518271d84610e
tree76ac0bc757c7b86bb4f0d3017dcacc21825db27c
parent2c3c88ec2001d4c086fc19e91ba210b359547cf1
mips.c (mips_pass_by_reference): Do not return false for EABI if type is NULL.

gcc/
* config/mips/mips.c (mips_pass_by_reference): Do not return false
for EABI if type is NULL.  Use a size check based on GET_MODE_SIZE
instead.

From-SVN: r117468
gcc/ChangeLog
gcc/config/mips/mips.c