summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2006-03-02 17:35:10 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2006-03-02 17:35:10 +0000
commitf1bf72818af00410ea511016e64fdb6a446deb5c (patch)
treed0535490c36f199fe430da625a7a4c7c4b9987ce
parent441fbbf3b00f34a7e6b8163f2ca5c514fb5659da (diff)
downloadppe42-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/ChangeLog2
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.
OpenPOWER on IntegriCloud