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

Unified Diff: runtime/vm/method_recognizer.h

Issue 1900863004: VM: Remove _leftShiftWithMask32. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 months 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
« no previous file with comments | « runtime/vm/jit_optimizer.cc ('k') | runtime/vm/parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/method_recognizer.h
diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h
index fd2c7ff58d4876a079237ce4931b5483cd9fa616..a3e0edaff1e375cd19cfec4c9479f4ba4e91776c 100644
--- a/runtime/vm/method_recognizer.h
+++ b/runtime/vm/method_recognizer.h
@@ -41,8 +41,6 @@ namespace dart {
V(_TypedList, _setInt32x4, ByteArrayBaseSetInt32x4, 2075229300) \
V(_StringBase, _interpolate, StringBaseInterpolate, 1597087225) \
V(_IntegerImplementation, toDouble, IntegerToDouble, 150718448) \
- V(_IntegerImplementation, _leftShiftWithMask32, \
- IntegerLeftShiftWithMask32, 1634465017) \
V(_Double, _add, DoubleAdd, 1190606283) \
V(_Double, _sub, DoubleSub, 1086286468) \
V(_Double, _mul, DoubleMul, 166332351) \
« no previous file with comments | « runtime/vm/jit_optimizer.cc ('k') | runtime/vm/parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698