Commit 23dc794c by Richard Sandiford Committed by Richard Sandiford

mips.md (loadgp_blockage, blockage): Change type to "ghost".

gcc/
	* config/mips/mips.md (loadgp_blockage, blockage): Change type
	to "ghost".

From-SVN: r132644
parent 381a258b
2008-02-25 Richard Sandiford <rsandifo@nildram.co.uk>
* config/mips/mips.md (loadgp_blockage, blockage): Change type
to "ghost".
2008-02-25 Richard Guenther <rguenther@suse.de> 2008-02-25 Richard Guenther <rguenther@suse.de>
Revert: Revert:
......
...@@ -4312,7 +4312,7 @@ ...@@ -4312,7 +4312,7 @@
[(unspec_volatile [(reg:DI 28)] UNSPEC_BLOCKAGE)] [(unspec_volatile [(reg:DI 28)] UNSPEC_BLOCKAGE)]
"" ""
"" ""
[(set_attr "type" "unknown") [(set_attr "type" "ghost")
(set_attr "mode" "none") (set_attr "mode" "none")
(set_attr "length" "0")]) (set_attr "length" "0")])
...@@ -5517,7 +5517,7 @@ ...@@ -5517,7 +5517,7 @@
[(unspec_volatile [(const_int 0)] UNSPEC_BLOCKAGE)] [(unspec_volatile [(const_int 0)] UNSPEC_BLOCKAGE)]
"" ""
"" ""
[(set_attr "type" "unknown") [(set_attr "type" "ghost")
(set_attr "mode" "none") (set_attr "mode" "none")
(set_attr "length" "0")]) (set_attr "length" "0")])
......
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