Fix typo in 2006-02-17 ChangeLog entry (simplify_rtx.c -> simplify-rtx.c)
authorJeff Law <law@gcc.gnu.org>
Thu, 2 Mar 2006 17:35:10 +0000 (10:35 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 2 Mar 2006 17:35:10 +0000 (10:35 -0700)
From-SVN: r111641

gcc/ChangeLog

index 5caf2337f45030aa3248c7d9c62f1a6a8df24856..066b933eb7b5f1f5ee38b5b811c6386cbf255e40 100644 (file)
        PR middle-end/25600
        * fold-const.c (fold_binary): Fold (X >> C) != 0 into X < 0 when
        C is one less than the width of X (and related transformations).
-       * simplify_rtx.c (simplify_unary_operation_1): Transform
+       * simplify-rtx.c (simplify_unary_operation_1): Transform
        (neg (lt x 0)) into either (ashiftrt X C) or (lshiftrt X C)
        depending on STORE_FLAG_VALUE, were C is one less then the
        width of X.