OSDN Git Service

Fix typo in 2006-02-17 ChangeLog entry (simplify_rtx.c -> simplify-rtx.c)
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Mar 2006 17:35:10 +0000 (17:35 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Mar 2006 17:35:10 +0000 (17:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111641 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 5caf233..066b933 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.