Commit 4f24c6d6 by Richard Sandiford Committed by Richard Sandiford

sync.md (*mb_barrier): Rename to...

gcc/
	* config/mips/sync.md (*mb_barrier): Rename to...
	(*memory_barrier): ...this.

From-SVN: r143060
parent 9c01326d
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
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment