mirror of git://gcc.gnu.org/git/gcc.git
* config/m32c/muldiv.md (mulpsi3): Expect arbitrary constants.
From-SVN: r114632
This commit is contained in:
parent
169b751278
commit
e3d437c056
|
|
@ -1,3 +1,7 @@
|
||||||
|
2006-06-13 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
|
* config/m32c/muldiv.md (mulpsi3): Expect arbitrary constants.
|
||||||
|
|
||||||
2006-06-13 Carlos O'Donell <carlos@codesourcery.com>
|
2006-06-13 Carlos O'Donell <carlos@codesourcery.com>
|
||||||
|
|
||||||
* Makefile.in: Define HTMLS_BUILD, HTMLS_INSTALL,
|
* Makefile.in: Define HTMLS_BUILD, HTMLS_INSTALL,
|
||||||
|
|
|
||||||
|
|
@ -152,7 +152,7 @@
|
||||||
(match_operand 2 "m32c_psi_scale" "Ilb")))]
|
(match_operand 2 "m32c_psi_scale" "Ilb")))]
|
||||||
"TARGET_A24"
|
"TARGET_A24"
|
||||||
"if (GET_CODE (operands[2]) != CONST_INT
|
"if (GET_CODE (operands[2]) != CONST_INT
|
||||||
|| INTVAL(operands[2]) < 0)
|
|| ! m32c_psi_scale (operands[2], PSImode))
|
||||||
{
|
{
|
||||||
m32c_expand_neg_mulpsi3 (operands);
|
m32c_expand_neg_mulpsi3 (operands);
|
||||||
DONE;
|
DONE;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue