* config/tilegx/sync.md (atomic_fetch_sub<mode>): Fix typo.

From-SVN: r188639
This commit is contained in:
Maxim Kuvyrkov 2012-06-14 22:46:03 +00:00 committed by Maxim Kuvyrkov
parent 01f83b7d26
commit 2bcf3c5c3a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-06-14 Maxim Kuvyrkov <maxim@codesourcery.com>
* config/tilegx/sync.md (atomic_fetch_sub<mode>): Fix typo.
2012-06-14 Oleg Endo <olegendo@gcc.gnu.org>
PR target/53568

View file

@ -160,6 +160,6 @@
emit_insn (gen_atomic_fetch_add_bare<mode> (operands[0],
operands[1],
operands[2]));
tilegx_pre_atomic_barrier (model);
tilegx_post_atomic_barrier (model);
DONE;
})