diff options
| author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-03-02 17:35:10 +0000 |
|---|---|---|
| committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-03-02 17:35:10 +0000 |
| commit | f1bf72818af00410ea511016e64fdb6a446deb5c (patch) | |
| tree | d0535490c36f199fe430da625a7a4c7c4b9987ce | |
| parent | 441fbbf3b00f34a7e6b8163f2ca5c514fb5659da (diff) | |
| download | ppe42-gcc-f1bf72818af00410ea511016e64fdb6a446deb5c.tar.gz ppe42-gcc-f1bf72818af00410ea511016e64fdb6a446deb5c.zip | |
Fix typo in 2006-02-17 ChangeLog entry (simplify_rtx.c -> simplify-rtx.c)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111641 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
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. |

