* config/rx/rx.md (return): Define pattern.
From-SVN: r183093
This commit is contained in:
parent
65d5c48586
commit
1c97289f9f
@ -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
|
||||
|
@ -340,6 +340,12 @@
|
||||
(set_attr "length" "2")]
|
||||
)
|
||||
|
||||
(define_expand "return"
|
||||
[(return)]
|
||||
""
|
||||
"rx_expand_epilogue (false); DONE;"
|
||||
)
|
||||
|
||||
(define_insn "simple_return"
|
||||
[(return)]
|
||||
""
|
||||
|
Loading…
x
Reference in New Issue
Block a user