Commit 1c97289f by Nick Clifton Committed by Nick Clifton

* config/rx/rx.md (return): Define pattern.

From-SVN: r183093
parent 65d5c485
2012-01-11 Nick Clifton <nickc@redhat.com>
* config/rx/rx.md (return): Define pattern.
2012-01-11 Richard Guenther <rguenther@suse.de>
* doc/extend.texi (malloc attribute): Adjust according to
......
......@@ -340,6 +340,12 @@
(set_attr "length" "2")]
)
(define_expand "return"
[(return)]
""
"rx_expand_epilogue (false); DONE;"
)
(define_insn "simple_return"
[(return)]
""
......
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