| Index: runtime/vm/intermediate_language_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language_ia32.cc (revision 11621)
|
| +++ runtime/vm/intermediate_language_ia32.cc (working copy)
|
| @@ -277,7 +277,7 @@
|
| intptr_t token_pos,
|
| Token::Kind kind,
|
| LocationSummary* locs) {
|
| - compiler->AddCurrentDescriptor(PcDescriptors::kDeopt,
|
| + compiler->AddCurrentDescriptor(PcDescriptors::kDeoptBefore,
|
| deopt_id,
|
| token_pos);
|
| const String& operator_name = String::ZoneHandle(Symbols::New("=="));
|
| @@ -739,7 +739,7 @@
|
| }
|
| const String& function_name =
|
| String::ZoneHandle(Symbols::New(Token::Str(kind())));
|
| - compiler->AddCurrentDescriptor(PcDescriptors::kDeopt,
|
| + compiler->AddCurrentDescriptor(PcDescriptors::kDeoptBefore,
|
| deopt_id(),
|
| token_pos());
|
| const intptr_t kNumArguments = 2;
|
|
|