mips.c (mips_expand_builtin): Fix the mode of the error return value.
authorRichard Sandiford <rdsandiford@googlemail.com>
Tue, 2 Dec 2008 22:30:57 +0000 (22:30 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 2 Dec 2008 22:30:57 +0000 (22:30 +0000)
commit0767b03f5e572d1b80604ce01090d9fc0ad406d3
treee51bf5a52c02090b228c985914765115b76f7aa8
parentc1af059c2c372c462d2e66d428207be3b59233f3
mips.c (mips_expand_builtin): Fix the mode of the error return value.

gcc/
* config/mips/mips.c (mips_expand_builtin): Fix the mode of the
error return value.
* config/mips/mips.md (IMOVE32): New mode iterator.
(movsi): Generalize with IMOVE32.
(*movsi_internal): Likewise.
(*mov<mode>_mips16): Likewise, and its define_splits.
(*lwxs): Likewise.

From-SVN: r142375
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.md