]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/59744 (miscompilation of unsigned comparison on aarch64)
authorRichard Earnshaw <rearnsha@gcc.gnu.org>
Fri, 10 Jan 2014 15:21:21 +0000 (15:21 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Fri, 10 Jan 2014 15:21:21 +0000 (15:21 +0000)
PR target/59744
Fix ChangeLog typos in previous commit (r206529).

From-SVN: r206530

gcc/ChangeLog

index 4811aa3a4b49691a7b2253dc58ef9ded83e8412e..243f55194da779fb8299c4b0d2557f889442d84e 100644 (file)
@@ -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>