Commit 7eb0f141 by Walter Lee Committed by Walter Lee

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

From-SVN: r188673
parent 96adb183
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.
......
......@@ -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;
})
......
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