OSDN Git Service

gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Feb 2008 21:45:16 +0000 (21:45 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Feb 2008 21:45:16 +0000 (21:45 +0000)
* config/mips/mips.md (loadgp_blockage, blockage): Change type
to "ghost".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132644 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 96535c8..c05c70c 100644 (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:
index a6ddb8c..b5c6662 100644 (file)
   [(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.
   [(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)]