Commit 239b8b9d by Jakub Jelinek Committed by Jakub Jelinek

avr.md (length): Fix length computation for conditional branches.

	* config/avr/avr.md (length): Fix length computation for
	conditional branches.

From-SVN: r51144
parent 5bb366e0
2002-03-21 Jakub Jelinek <jakub@redhat.com>
* config/avr/avr.md (length): Fix length computation for
conditional branches.
2002-03-21 Neil Booth <neil@daikokuya.demon.co.uk>
* Makefile.in (fold-const.o, stor-layout.o, stmt.o,
......
......@@ -68,7 +68,7 @@
(le (minus (pc) (match_dup 0))
(const_int 2045)))
(const_int 2)
(const_int 2)))
(const_int 3)))
(eq_attr "type" "branch1")
(if_then_else (and (ge (minus (pc) (match_dup 0))
(const_int -62))
......@@ -80,7 +80,7 @@
(le (minus (pc) (match_dup 0))
(const_int 2043)))
(const_int 3)
(const_int 3)))]
(const_int 4)))]
(const_int 2)))
(define_insn "*pop1"
......
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