| Index: src/ia32/full-codegen-ia32.cc
|
| diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc
|
| index 5250f4b44ffac099f403d598ad35a7e351d99974..1e980ef224cf3c187a838a5c2e27d5199392e79c 100644
|
| --- a/src/ia32/full-codegen-ia32.cc
|
| +++ b/src/ia32/full-codegen-ia32.cc
|
| @@ -4708,7 +4708,7 @@ void FullCodeGenerator::VisitCompareOperation(CompareOperation* expr) {
|
| CallIC(ic, RelocInfo::CODE_TARGET, expr->CompareOperationFeedbackId());
|
| patch_site.EmitPatchInfo();
|
|
|
| - PrepareForBailoutBeforeSplit(expr, true, if_true, if_false);
|
| + if (!context()->IsEffect()) PrepareForBailout(expr, TOS_REG);
|
| __ test(eax, eax);
|
| Split(cc, if_true, if_false, fall_through);
|
| }
|
|
|