]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sync.md (*mb_barrier): Rename to...
authorRichard Sandiford <rdsandiford@googlemail.com>
Sun, 4 Jan 2009 22:08:29 +0000 (22:08 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 4 Jan 2009 22:08:29 +0000 (22:08 +0000)
gcc/
* config/mips/sync.md (*mb_barrier): Rename to...
(*memory_barrier): ...this.

From-SVN: r143060

gcc/ChangeLog
gcc/config/mips/sync.md

index 3a822ed6e7e9979653ba6a9ff9655c89db35ea11..032f0280817ec9049ccb6a337edfe63233a30942 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-04  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/mips/sync.md (*mb_barrier): Rename to...
+       (*memory_barrier): ...this.
+
 2009-01-04  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        * doc/extend.texi (Function Attributes): Move @cindex after @item
index 41266d13563bb8a2ddaf709d32eb854e79f2326b..35d10571abdfb0321df314bba302267385b41503 100644 (file)
@@ -36,7 +36,7 @@
   MEM_VOLATILE_P (operands[0]) = 1;
 })
 
-(define_insn "*mb_internal"
+(define_insn "*memory_barrier"
   [(set (match_operand:BLK 0 "" "")
        (unspec:BLK [(match_dup 0)] UNSPEC_MEMORY_BARRIER))]
   "GENERATE_SYNC"