Commit d3f7b31e by Nick Clifton Committed by Nick Clifton

* config/rx/rx.md (simple_return): Use the simple_return rtx.

From-SVN: r189010
parent a247af83
2012-06-27 Nick Clifton <nickc@redhat.com>
* config/rx/rx.md (simple_return): Use the simple_return rtx.
2012-06-26 Richard Henderson <rth@redhat.com> 2012-06-26 Richard Henderson <rth@redhat.com>
* config/i386/i386.c (ix86_rtx_costs): Use standard_sse_constant_p * config/i386/i386.c (ix86_rtx_costs): Use standard_sse_constant_p
......
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
) )
(define_insn "simple_return" (define_insn "simple_return"
[(return)] [(simple_return)]
"" ""
"rts" "rts"
[(set_attr "length" "1") [(set_attr "length" "1")
......
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