Index: runtime/vm/intermediate_language_ia32.cc |
=================================================================== |
--- runtime/vm/intermediate_language_ia32.cc (revision 42046) |
+++ runtime/vm/intermediate_language_ia32.cc (working copy) |
@@ -523,7 +523,6 @@ |
break; |
} |
ASSERT(hi_cond != OVERFLOW && lo_cond != OVERFLOW); |
- Label is_true, is_false; |
// Compare upper halves first. |
__ cmpl(left2, right2); |
__ j(hi_cond, labels.true_label); |