Commit 2bcf3c5c by Maxim Kuvyrkov Committed by Maxim Kuvyrkov

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

From-SVN: r188639
parent 01f83b7d
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
......
......@@ -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;
})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment