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

From-SVN: r188673
This commit is contained in:
Walter Lee 2012-06-15 17:19:16 +00:00 committed by Walter Lee
parent 96adb18373
commit 7eb0f14121
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-06-15 Walter Lee <walt@tilera.com>
* config/tilegx/sync.md (atomic_fetch_<fetchop_name><mode>): Fix typo.
2012-06-15 Richard Earnshaw <rearnsha@arm.com>
* arm.c (note_invalid_constants): Don't return a result.

View File

@ -121,7 +121,7 @@
emit_insn (gen_atomic_fetch_<fetchop_name>_bare<mode> (operands[0],
operands[1],
operands[2]));
tilegx_pre_atomic_barrier (model);
tilegx_post_atomic_barrier (model);
DONE;
})