Reviewers: Sven Panne,
Description:
[turbofan] Properly type %_IsDate intrinsic.
[email protected]
Please review this at https://codereview.chromium.org/1208003002/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+1, -0 lines):
M src/compiler/typer.cc
Index: src/compiler/typer.cc
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
index
69d95fb72b582a9671efdc8a341304fae76cd22b..3a77ec311c82235384419364dbaa027990016117
100644
--- a/src/compiler/typer.cc
+++ b/src/compiler/typer.cc
@@ -1535,6 +1535,7 @@ Bounds Typer::Visitor::TypeJSCallRuntime(Node* node) {
case Runtime::kInlineIsSmi:
case Runtime::kInlineIsNonNegativeSmi:
case Runtime::kInlineIsArray:
+ case Runtime::kInlineIsDate:
case Runtime::kInlineIsTypedArray:
case Runtime::kInlineIsMinusZero:
case Runtime::kInlineIsFunction:
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.