tilegx.md (*sibcall_insn): Fix type atribute for jr.
authorWalter Lee <walt@tilera.com>
Wed, 27 Mar 2013 06:11:35 +0000 (06:11 +0000)
committerWalter Lee <walt@gcc.gnu.org>
Wed, 27 Mar 2013 06:11:35 +0000 (06:11 +0000)
* config/tilegx/tilegx.md (*sibcall_insn): Fix type atribute
for jr.
(*sibcall_value): Ditto.

From-SVN: r197136

gcc/ChangeLog
gcc/config/tilegx/tilegx.md

index cd6534f..9904791 100644 (file)
@@ -1,5 +1,11 @@
 2013-03-27  Walter Lee  <walt@tilera.com>
 
+       * config/tilegx/tilegx.md (*sibcall_insn): Fix type atribute
+       for jr.
+       (*sibcall_value): Ditto.
+
+2013-03-27  Walter Lee  <walt@tilera.com>
+
        * config/tilegx/tilegx.md (insn_mnz_<mode>): Replaced by ...
        (insn_mnz_v8qi): ... this ...
        (insn_mnz_v4hi): ... and this.  Replace (const_int 0) with the
index f3eb09c..09bcc5a 100644 (file)
   "@
    jr\t%r0
    j\t%p0"
-  [(set_attr "type" "X1,X1")])
+  [(set_attr "type" "Y1,X1")])
 
 (define_expand "sibcall_value"
   [(parallel [(set (match_operand 0 "" "")
   "@
    jr\t%r1
    j\t%p1"
-  [(set_attr "type" "X1,X1")])
+  [(set_attr "type" "Y1,X1")])
 
 (define_insn "jump"
   [(set (pc) (label_ref (match_operand 0 "" "")))]