Thanks.  I found another one and I fixed it.

2012-06-15  Walter Lee <w...@tilera.com>

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

Index: config/tilegx/sync.md
===================================================================
--- config/tilegx/sync.md       (revision 188672)
+++ config/tilegx/sync.md       (working copy)
@@ -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;
 })

On 6/14/2012 6:46 PM, Maxim Kuvyrkov wrote:
Walter,

While working on atomics for a different target, I've noticed below typo bug in 
TileGX.

Patch checked in as obvious.

Thank you,

--
Maxim Kuvyrkov
CodeSourcery / Mentor Graphics


Reply via email to