Reviewers: rossberg,

Description:
Add typing for Int32MulHigh.

[email protected]
BUG=

Please review this at https://codereview.chromium.org/656803003/

Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+5, -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 9701b12cacf49ac3e442c9e7d47d4c68f09e0ae0..f50adbd5ed10f742dd96a1f064a949d951fa9072 100644
--- a/src/compiler/typer.cc
+++ b/src/compiler/typer.cc
@@ -931,6 +931,11 @@ Bounds Typer::Visitor::TypeInt32Mul(Node* node) {
 }


+Bounds Typer::Visitor::TypeInt32MulHigh(Node* node) {
+  return Bounds(Type::Integral32());
+}
+
+
 Bounds Typer::Visitor::TypeInt32Div(Node* node) {
   return Bounds(Type::Integral32());
 }


--
--
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.

Reply via email to