backport: sh.md (abssi2): Add TARGET_SH1 condition.

Backport from mainline
	2012-03-03  Kaz Kojima  <kkojima@gcc.gnu.org>

	* config/sh/sh.md (abssi2): Add TARGET_SH1 condition.

From-SVN: r188086
This commit is contained in:
Oleg Endo 2012-05-31 22:58:49 +00:00
parent b1303129b2
commit 013e8591cd
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2012-06-01 Oleg Endo <olegendo@gcc.gnu.org>
Backport from mainline
2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.md (abssi2): Add TARGET_SH1 condition.
2012-06-01 Oleg Endo <olegendo@gcc.gnu.org>
Backport from mainline

View File

@ -4462,7 +4462,7 @@ label:
[(set (match_operand:SI 0 "arith_reg_dest" "")
(abs:SI (match_operand:SI 1 "arith_reg_operand" "")))
(clobber (reg:SI T_REG))]
""
"TARGET_SH1"
"")
(define_insn_and_split "*abssi2"