Commit 4feaca8b by Kaz Kojima

sh.md (abssi2): Add TARGET_SH1 condition.

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

From-SVN: r184867
parent 59248459
2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org> 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 * config/sh/sh.c (sh_dwarf_register_span): Don't apply
DBX_REGISTER_NUMBER. DBX_REGISTER_NUMBER.
......
...@@ -4462,7 +4462,7 @@ label: ...@@ -4462,7 +4462,7 @@ label:
[(set (match_operand:SI 0 "arith_reg_dest" "") [(set (match_operand:SI 0 "arith_reg_dest" "")
(abs:SI (match_operand:SI 1 "arith_reg_operand" ""))) (abs:SI (match_operand:SI 1 "arith_reg_operand" "")))
(clobber (reg:SI T_REG))] (clobber (reg:SI T_REG))]
"" "TARGET_SH1"
"") "")
(define_insn_and_split "*abssi2" (define_insn_and_split "*abssi2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment