From dd9f586e6ddfa02782c044b8c8f064aca050d0a3 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 4 Apr 1996 12:16:53 -0500 Subject: (ashldi3_const_int): Don't recognize if won't match constraint of operand 2. From-SVN: r11661 --- gcc/config/i386/i386.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index acf0cd6..7f6cd80 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -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]; -- cgit v1.1