| Index: src/arm/lithium-arm.cc
|
| diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc
|
| index f9e21f73cb6591a4555144129b93ded8d652cd2e..04ba91c790f169312f3031a78ed3fa3fde3236e7 100644
|
| --- a/src/arm/lithium-arm.cc
|
| +++ b/src/arm/lithium-arm.cc
|
| @@ -738,7 +738,7 @@ LInstruction* LChunkBuilder::DoShift(Token::Value op,
|
| if (FLAG_opt_safe_uint32_operations) {
|
| does_deopt = !instr->CheckFlag(HInstruction::kUint32);
|
| } else {
|
| - does_deopt = !instr->CheckUsesForFlag(HValue::kTruncatingToInt32);
|
| + does_deopt = !instr->CheckFlag(HInstruction::kAllUsesTruncatingToInt32);
|
| }
|
| }
|
|
|
|
|