| Index: runtime/vm/intermediate_language_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language_ia32.cc (revision 39414)
|
| +++ runtime/vm/intermediate_language_ia32.cc (working copy)
|
| @@ -5198,7 +5198,7 @@
|
| void PolymorphicInstanceCallInstr::EmitNativeCode(FlowGraphCompiler* compiler) {
|
| Label* deopt = compiler->AddDeoptStub(
|
| deopt_id(), ICData::kDeoptPolymorphicInstanceCallTestFail);
|
| - if (ic_data().NumberOfChecks() == 0) {
|
| + if (ic_data().NumberOfUsedChecks() == 0) {
|
| __ jmp(deopt);
|
| return;
|
| }
|
|
|