* 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 1d98b79c720c2b9230cbd44c2fdd6200e3d54af8..d478bdd43f1667fbc87b2b6d00df9dcaef692ab8 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 95ba051a48639d39146ba0dfb080eff488d3f387..26ae5ae16288e0c949900f02f0c703c60cd271c5 100644 (file)
 )
 
 (define_insn "simple_return"
-  [(return)]
+  [(simple_return)]
   ""
   "rts"
   [(set_attr "length" "1")