* sparc.md (blockage, nonlocal_goto_receiver): Set length to 0.

From-SVN: r25509
This commit is contained in:
Richard Henderson 1999-02-28 07:58:15 -08:00 committed by Richard Henderson
parent 456bf3e3b3
commit 532eedf4ed
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Sun Feb 28 15:57:06 1999 Richard Henderson <rth@cygnus.com>
* sparc.md (blockage, nonlocal_goto_receiver): Set length to 0.
Sun Feb 28 14:47:53 1999 Arturo Montes <mitosys@colomsat.com.co>
* config/i386/t-sco5gas (crti.o): New target.

View File

@ -7601,7 +7601,8 @@
(define_insn "blockage"
[(unspec_volatile [(const_int 0)] 0)]
""
"")
""
[(set_attr "length" "0")])
;; Prepare to return any type including a structure value.
@ -8187,7 +8188,8 @@
(define_insn "nonlocal_goto_receiver"
[(unspec_volatile [(const_int 0)] 5)]
"flag_pic"
"")
""
[(set_attr "length" "0")])
(define_insn "trap"
[(trap_if (const_int 1) (const_int 5))]
@ -8220,4 +8222,3 @@
"t%C0\\t%%xcc, %1"
[(set_attr "type" "misc")
(set_attr "length" "1")])