(ashldi3_const_int): Don't recognize if won't match constraint of

operand 2.

From-SVN: r11661
This commit is contained in:
Richard Kenner 1996-04-04 12:16:53 -05:00
parent af4eec175a
commit dd9f586e6d
1 changed files with 1 additions and 1 deletions

View File

@ -4077,7 +4077,7 @@
[(set (match_operand:DI 0 "register_operand" "=&r")
(ashift:DI (match_operand:DI 1 "register_operand" "0")
(match_operand:QI 2 "const_int_operand" "J")))]
""
"CONST_OK_FOR_LETTER_P (INTVAL (operands[2]), 'J')"
"*
{
rtx xops[4], low[1], high[1];