backport: tilegx.md (*sibcall_insn): Fix type atribute for jr.

Backport from mainline:
	2013-03-27  Walter Lee  <walt@tilera.com>

	* config/tilegx/tilegx.md (*sibcall_insn): Fix type atribute
	for jr.
	(*sibcall_value): Ditto.

From-SVN: r197146
This commit is contained in:
Walter Lee 2013-03-27 06:35:05 +00:00 committed by Walter Lee
parent 16bdd750d1
commit 62aa267515
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
2013-03-27 Walter Lee <walt@tilera.com>
Backport from mainline:
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>
Backport from mainline:

View File

@ -2338,7 +2338,7 @@
"@
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 "" "")
@ -2357,7 +2357,7 @@
"@
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 "" "")))]