Chromium Code Reviews

Unified Diff: src/hydrogen.h

Issue 1053143005: Collect type feedback on result of Math.[round|ceil|floor] (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Tweaks Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/hydrogen.h
diff --git a/src/hydrogen.h b/src/hydrogen.h
index 8617d385347a889430f0a86492cc3250da6f7a35..df8531943cc559275305bda05a6b6d012e085c3b 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -2219,7 +2219,6 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
F(DoubleHi) \
F(DoubleLo) \
F(MathClz32) \
- F(MathFloor) \
F(MathSqrt) \
F(MathLogRT) \
/* ES6 Collections */ \
« no previous file with comments | « src/code-stubs.cc ('k') | src/hydrogen.cc » ('j') | src/ia32/code-stubs-ia32.cc » ('J')

Powered by Google App Engine