mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 07:30:27 +08:00
(ashldi3_const_int): Don't recognize if won't match constraint of
operand 2. From-SVN: r11661
This commit is contained in:
parent
af4eec175a
commit
dd9f586e6d
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user