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

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

From-SVN: r132644
This commit is contained in:
Richard Sandiford 2008-02-25 21:45:16 +00:00 committed by Richard Sandiford
parent 381a258b1e
commit 23dc794c0e
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
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>
Revert:

View File

@ -4312,9 +4312,9 @@
[(unspec_volatile [(reg:DI 28)] UNSPEC_BLOCKAGE)]
""
""
[(set_attr "type" "unknown")
(set_attr "mode" "none")
(set_attr "length" "0")])
[(set_attr "type" "ghost")
(set_attr "mode" "none")
(set_attr "length" "0")])
;; Initialize $gp for RTP PIC. Operand 0 is the __GOTT_BASE__ symbol
;; and operand 1 is the __GOTT_INDEX__ symbol.
@ -5517,9 +5517,9 @@
[(unspec_volatile [(const_int 0)] UNSPEC_BLOCKAGE)]
""
""
[(set_attr "type" "unknown")
(set_attr "mode" "none")
(set_attr "length" "0")])
[(set_attr "type" "ghost")
(set_attr "mode" "none")
(set_attr "length" "0")])
(define_expand "epilogue"
[(const_int 2)]