Chromium Code Reviews| Index: runtime/vm/stub_code_arm.cc |
| =================================================================== |
| --- runtime/vm/stub_code_arm.cc (revision 21219) |
| +++ runtime/vm/stub_code_arm.cc (working copy) |
| @@ -764,7 +764,7 @@ |
| // Instance in R0, return its class-id in R0 as Smi. |
| __ Bind(&get_class_id_as_smi); |
| - Label not_smi; |
| + |
| // Test if Smi -> load Smi class for comparison. |
| __ tst(R0, ShifterOperand(kSmiTagMask)); |
| __ mov(R0, ShifterOperand(Smi::RawValue(kSmiCid)), EQ); |