diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/tilegx/sync.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bfd2fb1..6cbd1fa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/tilegx/sync.md b/gcc/config/tilegx/sync.md index eb0188c..e4d1e07 100644 --- a/gcc/config/tilegx/sync.md +++ b/gcc/config/tilegx/sync.md @@ -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; }) |
