Commit 3a5afdfc by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

* config/cris/cris.md (attribute "length"): Define.

From-SVN: r97440
parent 4ee39989
2005-04-02 Hans-Peter Nilsson <hp@axis.com>
* config/cris/cris.md (attribute "length"): Define.
2005-04-02 Geoffrey Keating <geoffk@apple.com>
* config/rs6000/predicates.md (indexed_or_indirect_operand): New.
......
......@@ -119,6 +119,11 @@
(define_attr "cc" "none,clobber,normal" (const_string "normal"))
;; At the moment, this attribute is just used to help bb-reorder do its
;; work; the default 0 doesn't help it. Many insns have other lengths,
;; though none are shorter.
(define_attr "length" "" (const_int 2))
;; A branch or return has one delay-slot. The instruction in the
;; delay-slot is always executed, independent of whether the branch is
;; taken or not. Note that besides setting "slottable" to "has_slot",
......
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