* config/rx/rx.md (simple_return): Use the simple_return rtx.
authorNick Clifton <nickc@redhat.com>
Wed, 27 Jun 2012 07:22:52 +0000 (07:22 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 27 Jun 2012 07:22:52 +0000 (07:22 +0000)
From-SVN: r189010

gcc/ChangeLog
gcc/config/rx/rx.md

index 1d98b79..d478bdd 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * config/i386/i386.c (ix86_rtx_costs): Use standard_sse_constant_p
index 95ba051..26ae5ae 100644 (file)
 )
 
 (define_insn "simple_return"
-  [(return)]
+  [(simple_return)]
   ""
   "rts"
   [(set_attr "length" "1")