]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/tilegx/sync.md (atomic_fetch_<fetchop_name><mode>): Fix typo.
authorWalter Lee <walt@tilera.com>
Fri, 15 Jun 2012 17:19:16 +0000 (17:19 +0000)
committerWalter Lee <walt@gcc.gnu.org>
Fri, 15 Jun 2012 17:19:16 +0000 (17:19 +0000)
From-SVN: r188673

gcc/ChangeLog
gcc/config/tilegx/sync.md

index bfd2fb11d45f2bb37c0f6d324cf377fb6e6cfb3b..6cbd1fae2eb26b4d4b74fbe9259b4a4e8e8a9498 100644 (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.
index eb0188cbc1c636d7c0bd6a3843149bf4daeeaa70..e4d1e074f1acd33c9d0a2f29a694ed4ba9d4ae6f 100644 (file)
   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;
 })