Chromium Code Reviews| Index: runtime/vm/intrinsifier_ia32.cc |
| =================================================================== |
| --- runtime/vm/intrinsifier_ia32.cc (revision 5841) |
| +++ runtime/vm/intrinsifier_ia32.cc (working copy) |
| @@ -220,8 +220,6 @@ |
| if (FLAG_enable_type_checks) { |
| return false; |
| } |
| - const Immediate raw_null = |
| - Immediate(reinterpret_cast<intptr_t>(Object::null())); |
| Label fall_through; |
| __ movl(EBX, Address(ESP, + 2 * kWordSize)); // Index. |
| __ testl(EBX, Immediate(kSmiTagMask)); |