]> gcc.gnu.org Git - gcc.git/commitdiff
* simplify-rtx.c (simplify_relational_operation): Fix typo.
authorRichard Henderson <rth@redhat.com>
Thu, 11 Mar 2004 23:48:02 +0000 (15:48 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 11 Mar 2004 23:48:02 +0000 (15:48 -0800)
From-SVN: r79353

gcc/ChangeLog
gcc/simplify-rtx.c

index 2f0a247dc43e6ad35821eb95e544f2059ccc6514..6c254ec87272ce33f8be6fdecb351e86b4afd887 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 2846bb7a80d304e1e97e760cf1f7bb2bae596739..ffb05d503d2ef3361dbb5f1776d13e7df6f453f4 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
This page took 0.079744 seconds and 5 git commands to generate.