From: Jeff Law Date: Thu, 2 Mar 2006 17:35:10 +0000 (-0700) Subject: Fix typo in 2006-02-17 ChangeLog entry (simplify_rtx.c -> simplify-rtx.c) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=21a8ffa15869feadc72ea700ba33bee99554834d;p=gcc.git Fix typo in 2006-02-17 ChangeLog entry (simplify_rtx.c -> simplify-rtx.c) From-SVN: r111641 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5caf2337f45..066b933eb7b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1105,7 +1105,7 @@ 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.