Commit d5a9738b by Eric Botcazou Committed by Eric Botcazou

* config/sparc/sparc.md (return_internal): Adjust 'length' attribute.

From-SVN: r174855
parent 527e82c2
2011-06-09 Eric Botcazou <ebotcazou@adacore.com>
* config/sparc/sparc.md (return_internal): Adjust 'length' attribute.
2011-06-09 Wei Guozhi <carrot@google.com> 2011-06-09 Wei Guozhi <carrot@google.com>
PR target/46975 PR target/46975
......
...@@ -6321,9 +6321,7 @@ ...@@ -6321,9 +6321,7 @@
(if_then_else (eq_attr "isa" "v9") (if_then_else (eq_attr "isa" "v9")
(const_int 2) (const_int 2)
(const_int 3)) (const_int 3))
(if_then_else (eq_attr "isa" "v9") (const_int 4))
(const_int 3)
(const_int 4)))
(eq_attr "empty_delay_slot" "true") (eq_attr "empty_delay_slot" "true")
(if_then_else (eq_attr "delayed_branch" "true") (if_then_else (eq_attr "delayed_branch" "true")
(const_int 2) (const_int 2)
......
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