| Index: runtime/vm/intermediate_language_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language_ia32.cc (revision 14083)
|
| +++ runtime/vm/intermediate_language_ia32.cc (working copy)
|
| @@ -2145,6 +2145,8 @@
|
|
|
|
|
| void CheckClassInstr::EmitNativeCode(FlowGraphCompiler* compiler) {
|
| + ASSERT((unary_checks().GetReceiverClassIdAt(0) != kSmiCid) ||
|
| + (unary_checks().NumberOfChecks() > 1));
|
| Register value = locs()->in(0).reg();
|
| Register temp = locs()->temp(0).reg();
|
| Label* deopt = compiler->AddDeoptStub(deopt_id(),
|
|
|