OSDN Git Service

* simplify-rtx.c (simplify_relational_operation): Fix typo.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Mar 2004 23:48:02 +0000 (23:48 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Mar 2004 23:48:02 +0000 (23:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79353 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/simplify-rtx.c

index 2f0a247..6c254ec 100644 (file)
@@ -3,6 +3,8 @@
        PR target/14539
        * config/alpha/alpha.h (STACK_BOUNDARY): Set to 128.
 
+       * simplify-rtx.c (simplify_relational_operation): Fix typo.
+
 2004-03-11  Richard Henderson  <rth@redhat.com>
 
        PR middle-end/14477
index 2846bb7..ffb05d5 100644 (file)
@@ -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