aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/sync.md
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2009-01-04 22:08:29 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2009-01-04 22:08:29 +0000
commit4f24c6d62f0818c402bcffb78186d1a64f2c5d1c (patch)
treee35b157bf31900befea7318707040f92b39a61e8 /gcc/config/mips/sync.md
parent9c01326d9a6d56c381ef139a2c25953f483feec8 (diff)
downloadgcc-4f24c6d62f0818c402bcffb78186d1a64f2c5d1c.zip
gcc-4f24c6d62f0818c402bcffb78186d1a64f2c5d1c.tar.gz
gcc-4f24c6d62f0818c402bcffb78186d1a64f2c5d1c.tar.bz2
sync.md (*mb_barrier): Rename to...
gcc/ * config/mips/sync.md (*mb_barrier): Rename to... (*memory_barrier): ...this. From-SVN: r143060
Diffstat (limited to 'gcc/config/mips/sync.md')
-rw-r--r--gcc/config/mips/sync.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/sync.md b/gcc/config/mips/sync.md
index 41266d1..35d1057 100644
--- a/gcc/config/mips/sync.md
+++ b/gcc/config/mips/sync.md
@@ -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"