aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-01-22 16:09:52 +0000
committerNick Clifton <nickc@gcc.gnu.org>2011-01-22 16:09:52 +0000
commit9a7c205049669b3d1cbf597c416541a89cfe2289 (patch)
treea1509fe1ad3c380054427f2c6222c00fbe81e3a4 /gcc/config
parent15ba56964dee4136423c2d8534698013663fb8df (diff)
downloadgcc-9a7c205049669b3d1cbf597c416541a89cfe2289.zip
gcc-9a7c205049669b3d1cbf597c416541a89cfe2289.tar.gz
gcc-9a7c205049669b3d1cbf597c416541a89cfe2289.tar.bz2
rx.md (cstoresf4): Pass comparison operator to rx_split_fp_compare.
* config/rx/rx.md (cstoresf4): Pass comparison operator to rx_split_fp_compare. From-SVN: r169129
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/rx/rx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rx/rx.md b/gcc/config/rx/rx.md
index 1ae42cb..11dc1f3 100644
--- a/gcc/config/rx/rx.md
+++ b/gcc/config/rx/rx.md
@@ -762,7 +762,7 @@
/* If the comparison needs swapping of operands, do that now.
Do not split the comparison in two yet. */
- if (rx_split_fp_compare (GET_CODE (operands[0]), &cmp1, &cmp2))
+ if (rx_split_fp_compare (GET_CODE (operands[1]), &cmp1, &cmp2))
{
rtx op2, op3;