| Index: runtime/vm/flow_graph_compiler_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_ia32.cc (revision 44981)
|
| +++ runtime/vm/flow_graph_compiler_ia32.cc (working copy)
|
| @@ -1224,10 +1224,6 @@
|
| RawPcDescriptors::kUnoptStaticCall,
|
| locs);
|
| __ Drop(argument_count);
|
| -#if defined(DEBUG)
|
| - __ movl(ECX, Immediate(kInvalidObjectPointer));
|
| - __ movl(EDX, Immediate(kInvalidObjectPointer));
|
| -#endif
|
| }
|
|
|
|
|
| @@ -1298,9 +1294,6 @@
|
| RawPcDescriptors::kIcCall,
|
| locs);
|
| __ Drop(argument_count);
|
| -#if defined(DEBUG)
|
| - __ movl(EDX, Immediate(kInvalidObjectPointer));
|
| -#endif
|
| }
|
|
|
|
|
| @@ -1443,13 +1436,6 @@
|
| Isolate::kNoDeoptId,
|
| token_pos);
|
| }
|
| -#if defined(DEBUG)
|
| - if (!is_optimizing()) {
|
| - // Do this *after* adding the pc descriptor!
|
| - __ movl(EDX, Immediate(kInvalidObjectPointer));
|
| - __ movl(ECX, Immediate(kInvalidObjectPointer));
|
| - }
|
| -#endif
|
| // Stub returns result in flags (result of a cmpl, we need ZF computed).
|
| __ popl(right);
|
| __ popl(left);
|
|
|