diff options
author | Jeff Law <law@gcc.gnu.org> | 2006-03-02 10:35:10 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2006-03-02 10:35:10 -0700 |
commit | 21a8ffa15869feadc72ea700ba33bee99554834d (patch) | |
tree | d0535490c36f199fe430da625a7a4c7c4b9987ce /gcc | |
parent | 62c577fd5b75400ee9ee04912a63dda0120703e2 (diff) | |
download | gcc-21a8ffa15869feadc72ea700ba33bee99554834d.zip gcc-21a8ffa15869feadc72ea700ba33bee99554834d.tar.gz gcc-21a8ffa15869feadc72ea700ba33bee99554834d.tar.bz2 |
Fix typo in 2006-02-17 ChangeLog entry (simplify_rtx.c -> simplify-rtx.c)
From-SVN: r111641
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5caf233..066b933 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. |