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

Unified Diff: runtime/vm/token.cc

Issue 68663003: Merge TRUNCDIV and MOD into TRUNCDIV_MOD single operation. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month 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/token.cc
===================================================================
--- runtime/vm/token.cc (revision 30236)
+++ runtime/vm/token.cc (working copy)
@@ -45,6 +45,9 @@
case Token::kDIV:
case Token::kTRUNCDIV:
case Token::kMOD:
+ case Token::kTRUNCDIVMOD:
+ case Token::kREM:
+ case Token::kTRUNCDIVREM:
case Token::kBIT_OR:
case Token::kBIT_XOR:
case Token::kBIT_AND:

Powered by Google App Engine
This is Rietveld 408576698