PR target/62218
* config/sh/sync.md (atomic_test_and_set_soft_imask): Fix typo
in instruction sequence.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215607
138bc75d-0d04-0410-961f-
82ee72b054a4
+2014-09-25 Oleg Endo <olegendo@gcc.gnu.org>
+
+ PR target/62218
+ * config/sh/sync.md (atomic_test_and_set_soft_imask): Fix typo
+ in instruction sequence.
+
2014-09-25 Nick Clifton <nickc@redhat.com>
PR target/62218
" ldc r0,sr" "\n"
" mov.b @%0,r0" "\n"
" mov.b %1,@%0" "\n"
- " stc %2,sr" "\n"
+ " ldc %2,sr" "\n"
" tst r0,r0";
}
[(set_attr "length" "16")])