Commit a428e1d4 by DJ Delorie Committed by DJ Delorie

* config/h8300/h8300.md (length): Fix branch offset limit.

From-SVN: r137728
parent 1cf0a7f1
2008-07-11 DJ Delorie <dj@redhat.com>
* config/h8300/h8300.md (length): Fix branch offset limit.
2008-07-11 Anatoly Sokolov <aesok@post.ru>
* config/avr/avr-protos.h (avr_peep2_scratch_safe): Remove prototype.
......
......@@ -91,7 +91,7 @@
(const_int -126))
(le (plus (minus (match_dup 0) (pc))
(symbol_ref "DELAY_SLOT_LENGTH (insn)"))
(const_int 126)))
(const_int 125)))
(const_int 2)
(if_then_else (and (eq_attr "cpu" "h8300h")
(and (ge (minus (pc) (match_dup 0))
......
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