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

Unified Diff: src/compiler/typer.h

Issue 739743003: [turbofan] Smartify typing of NumberToInt32 and NumberToUint32. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | src/compiler/typer.cc » ('j') | no next file with comments »
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 8491d914af058c87e1f8cfce1aa3959befdf50f0..bfa4bd85d926b15664c2d09f3017838d986005c1 100644
--- a/src/compiler/typer.h
+++ b/src/compiler/typer.h
@@ -47,6 +47,8 @@ class Typer {
Type* singleton_one;
Type* zero_or_one;
Type* zeroish;
+ Type* signed32ish;
+ Type* unsigned32ish;
Type* falsish;
Type* integer;
Type* weakint;
« no previous file with comments | « no previous file | src/compiler/typer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698