h8300.md (call): Fix the insn lengths.

* config/h8300/h8300.md (call): Fix the insn lengths.
	(call_value): Likewise.

From-SVN: r68501
This commit is contained in:
Kazu Hirata 2003-06-25 22:16:31 +00:00 committed by Kazu Hirata
parent 4d7d0451bc
commit 7f8b3eb0cc
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2003-06-25 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (call): Fix the insn lengths.
(call_value): Likewise.
Thu Jun 26 00:13:35 CEST 2003 Jan Hubicka <jh@suse.cz>
* c-common.c (handle_used_attribute): Use mark_referenced.

View File

@ -1806,8 +1806,8 @@
[(set_attr "cc" "clobber")
(set (attr "length")
(if_then_else (match_operand:QI 0 "small_call_insn_operand" "")
(const_int 4)
(const_int 8)))])
(const_int 2)
(const_int 4)))])
;; Call subroutine, returning value in operand 0
;; (which must be a hard register).
@ -1830,8 +1830,8 @@
[(set_attr "cc" "clobber")
(set (attr "length")
(if_then_else (match_operand:QI 0 "small_call_insn_operand" "")
(const_int 4)
(const_int 8)))])
(const_int 2)
(const_int 4)))])
(define_insn "nop"
[(const_int 0)]