diff options
author | Richard Earnshaw <rearnsha@gcc.gnu.org> | 2014-01-10 15:21:21 +0000 |
---|---|---|
committer | Richard Earnshaw <rearnsha@gcc.gnu.org> | 2014-01-10 15:21:21 +0000 |
commit | 7783a2467447ff89253346c6cc7cafffb9e7482d (patch) | |
tree | d518aa3cc311cb65765c94c8f9219a06cc4e3792 /gcc | |
parent | 1c992d1e6bec410230c332ba8b7e2a9f93ded0b9 (diff) | |
download | gcc-7783a2467447ff89253346c6cc7cafffb9e7482d.zip gcc-7783a2467447ff89253346c6cc7cafffb9e7482d.tar.gz gcc-7783a2467447ff89253346c6cc7cafffb9e7482d.tar.bz2 |
re PR target/59744 (miscompilation of unsigned comparison on aarch64)
PR target/59744
Fix ChangeLog typos in previous commit (r206529).
From-SVN: r206530
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4811aa3..243f551 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,10 +1,10 @@ 2014-01-10 Richard Earnshaw <rearnsha@arm.com> - PR target/9744 + PR target/59744 * aarch64-modes.def (CC_Zmode): New flags mode. * aarch64.c (aarch64_select_cc_mode): Only allow NEG when the condition represents an equality. - (aarch64_get_condition_code0): Handle CC_Zmode. + (aarch64_get_condition_code): Handle CC_Zmode. * aarch64.md (compare_neg<mode>): Restrict to equality operations. 2014-01-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> |