re PR target/52481 (m68k-*: internal compiler error: in extract_insn, at recog.c:2123)

PR target/52481
	* config/m68k/sync.md (atomic_test_and_set): Use expand_simple_unop
	instead of calling negqi2 directly.

From-SVN: r184952
This commit is contained in:
Richard Henderson 2012-03-05 10:57:36 -08:00
parent 46786569eb
commit f49b12f49c
1 changed files with 5 additions and 5 deletions

View 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.