diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2013-05-31 19:41:36 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2013-05-31 19:41:36 +0000 |
commit | 7f998021778b7633debf7df9c887f7384247291e (patch) | |
tree | 5d9c4199e708f8be7b3047a470ffcc835a0745e6 /gcc | |
parent | 57f0f7bca0d8adaedaf58132581c63001ed194b4 (diff) | |
download | gcc-7f998021778b7633debf7df9c887f7384247291e.zip gcc-7f998021778b7633debf7df9c887f7384247291e.tar.gz gcc-7f998021778b7633debf7df9c887f7384247291e.tar.bz2 |
Fix typo
From-SVN: r199560
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 2ec1dcc..0dbe13a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1735,7 +1735,7 @@ * expmed.c (expand_shift_1): Canonicalize rotates by constant bitsize / 2 to bitsize - 1. - * simplify-rt.x (simplify_binary_operation_1) <case ROTATE, + * simplify-rtx.c (simplify_binary_operation_1) <case ROTATE, case ROTATERT>: Likewise. Revert: |