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

From-SVN: r188977
This commit is contained in:
Nick Clifton 2012-06-26 08:41:55 +00:00 committed by Nick Clifton
parent 3917d99a4c
commit 7ff4ddfe08
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-06-26 Nick Clifton <nickc@redhat.com>
* config/rx/rx.md (simple_return): Use the simple_return rtx.
2012-06-25 Jakub Jelinek <jakub@redhat.com>
PR target/53759

View File

@ -348,7 +348,7 @@
)
(define_insn "simple_return"
[(return)]
[(simple_return)]
""
"rts"
[(set_attr "length" "1")