PR target/52481
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Mar 2012 18:57:36 +0000 (18:57 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Mar 2012 18:57:36 +0000 (18:57 +0000)
* config/m68k/sync.md (atomic_test_and_set): Use expand_simple_unop
instead of calling negqi2 directly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184952 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 5fcb5a7..a3dd963 100644 (file)
@@ -1,14 +1,14 @@
-2012-03-05  Aldy Hernandez  <aldyh@redhat.com>
-
-       PR middle-end/52463
-       * trans-mem.c (tm_region_init): Use last_basic_block.
-
 2012-03-05  Richard Henderson  <rth@redhat.com>
 
        PR target/52481
        * config/m68k/sync.md (atomic_test_and_set): Use expand_simple_unop
        instead of calling negqi2 directly.
 
+2012-03-05  Aldy Hernandez  <aldyh@redhat.com>
+
+       PR middle-end/52463
+       * trans-mem.c (tm_region_init): Use last_basic_block.
+
 2012-03-05  Oleg Endo  <olegendo@gcc.gnu.org>
 
        * config/sh/sh.h (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New hook.