sh.md (abssi2): Add TARGET_SH1 condition.

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

From-SVN: r184867
This commit is contained in:
Kaz Kojima 2012-03-03 23:20:34 +00:00
parent 59248459e6
commit 4feaca8b0f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.md (abssi2): Add TARGET_SH1 condition.
2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.c (sh_dwarf_register_span): Don't apply

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"