diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2015-12-21 11:41:34 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2015-12-21 11:41:34 +0000 |
commit | c453c55157e3738dc0ffb3b44817bcdc93cdfd55 (patch) | |
tree | c7ce2d38cdfc886d4b9df0ed6beab0b8647ab5e5 | |
parent | 0b729f5806a6486bcdc7b4476d0d2d2b536494c0 (diff) | |
download | gcc-c453c55157e3738dc0ffb3b44817bcdc93cdfd55.zip gcc-c453c55157e3738dc0ffb3b44817bcdc93cdfd55.tar.gz gcc-c453c55157e3738dc0ffb3b44817bcdc93cdfd55.tar.bz2 |
Fix typo
From-SVN: r231877
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 274118f..6079965 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -89,7 +89,7 @@ 2015-12-19 Eric Botcazou <ebotcazou@adacore.com> PR rtl-optimization/68910 - * emit-rtl.c (set_unique_reg_note) <>REG_EQUAL>: Add bypass for USEs. + * emit-rtl.c (set_unique_reg_note) <REG_EQUAL>: Add bypass for USEs. * config/sparc/sparc.md (anddi3): Enable only in 64-bit mode. (iordi3): Likewise. (xordi3): Likewise. |