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

Unified Diff: src/compiler/typer.h

Issue 657793002: Give simple types to Math.Min, Math.Max, Math.Fround, Math.Clz32. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 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 | « no previous file | src/compiler/typer.cc » ('j') | src/compiler/typer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/typer.h
diff --git a/src/compiler/typer.h b/src/compiler/typer.h
index 3b37a922341703885a6794c30bffa18be1f9854b..09e13d0cdebf844dd2d77b694aa7b7f567ef6137 100644
--- a/src/compiler/typer.h
+++ b/src/compiler/typer.h
@@ -52,6 +52,7 @@ class Typer {
Type* number_fun2_;
Type* weakint_fun1_;
Type* imul_fun_;
+ Type* clz32_fun_;
Type* random_fun_;
Type* array_buffer_fun_;
Type* int8_array_fun_;
« no previous file with comments | « no previous file | src/compiler/typer.cc » ('j') | src/compiler/typer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698