sh.md (udivsi3_i4_int): Clobber MACH_REG and MACL_REG.

* config/sh/sh.md (udivsi3_i4_int): Clobber MACH_REG and MACL_REG.
	(divsi3_i4_int): Likewise.

From-SVN: r112476
This commit is contained in:
Kaz Kojima 2006-03-28 22:21:41 +00:00
parent d744ac36a7
commit 95ec2af0c2
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-03-28 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.md (udivsi3_i4_int): Clobber MACH_REG and MACL_REG.
(divsi3_i4_int): Likewise.
2006-03-28 Roger Sayle <roger@eyesopen.com>
* expr.c (emit_group_store): Only create a new pseudo reg if the

View File

@ -1798,6 +1798,8 @@
(clobber (reg:SI T_REG))
(clobber (reg:SI R1_REG))
(clobber (reg:SI PR_REG))
(clobber (reg:SI MACH_REG))
(clobber (reg:SI MACL_REG))
(use (match_operand:SI 1 "arith_reg_operand" "r"))]
"TARGET_SH1"
"jsr @%1%#"
@ -2052,6 +2054,8 @@
(clobber (reg:SI T_REG))
(clobber (reg:SI PR_REG))
(clobber (reg:SI R1_REG))
(clobber (reg:SI MACH_REG))
(clobber (reg:SI MACL_REG))
(use (match_operand:SI 1 "arith_reg_operand" "r"))]
"TARGET_SH1"
"jsr @%1%#"