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

From-SVN: r183093
This commit is contained in:
Nick Clifton 2012-01-11 11:42:05 +00:00 committed by Nick Clifton
parent 65d5c48586
commit 1c97289f9f
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -340,6 +340,12 @@
(set_attr "length" "2")]
)
(define_expand "return"
[(return)]
""
"rx_expand_epilogue (false); DONE;"
)
(define_insn "simple_return"
[(return)]
""