diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-11 23:48:02 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-11 23:48:02 +0000 |
commit | 1a02cd5bb62a927c8fcddce299ce696b84cd76e4 (patch) | |
tree | 2e45e124bdac9b701145e1694fd502d89de0f867 /gcc/simplify-rtx.c | |
parent | e22c13fa7e89eb626dfd343525070c22e5d95fee (diff) | |
download | ppe42-gcc-1a02cd5bb62a927c8fcddce299ce696b84cd76e4.tar.gz ppe42-gcc-1a02cd5bb62a927c8fcddce299ce696b84cd76e4.zip |
* simplify-rtx.c (simplify_relational_operation): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79353 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/simplify-rtx.c')
-rw-r--r-- | gcc/simplify-rtx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c index 2846bb7a80d..ffb05d503d2 100644 --- a/gcc/simplify-rtx.c +++ b/gcc/simplify-rtx.c @@ -2826,7 +2826,7 @@ simplify_relational_operation (enum rtx_code code, { if (tmp == const0_rtx) return CONST0_RTX (mode); - return CONST_DOUBLE_FROM_REAL_VALUE (FLOAT_STORE_FLAG_VALE (mode), + return CONST_DOUBLE_FROM_REAL_VALUE (FLOAT_STORE_FLAG_VALUE (mode), mode); } #endif |