Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(602)

Unified Diff: runtime/vm/intermediate_language_ia32.cc

Issue 766313002: Simplify mint comparison code on ARM. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« runtime/vm/intermediate_language_arm.cc ('K') | « runtime/vm/intermediate_language_arm.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698