(shl_and_kind): typo fix.

From-SVN: r13556
This commit is contained in:
Joern Rennecke 1997-01-27 18:32:05 +00:00
parent 2aecf81da9
commit 6ab911bb39
1 changed files with 1 additions and 1 deletions

View File

@ -1158,7 +1158,7 @@ shl_and_kind (left_rtx, mask_rtx, attrp)
if (i > right)
break;
cost = (i != 0) + (CONST_OK_FOR_I (mask >> i) ? 2 : 3)
+ (can_ext ? ext_shift_insns : shift_insns)[left];
+ (can_ext ? ext_shift_insns : shift_insns)[left + i];
if (cost < best_cost)
{
best = 4 - can_ext;