| Index: src/ia32/lithium-ia32.cc
|
| diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc
|
| index e6cc719beea99aa72fee7d1eb81119f59fa6dc5c..9baa93cefa3e47c63587d0ff16e23b1af6416088 100644
|
| --- a/src/ia32/lithium-ia32.cc
|
| +++ b/src/ia32/lithium-ia32.cc
|
| @@ -792,7 +792,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);
|
| }
|
| }
|
|
|
|
|