Revision: 24602
Author:   [email protected]
Date:     Tue Oct 14 12:41:34 2014 UTC
Log:      Add typing for Int32MulHigh.

[email protected]
BUG=

Review URL: https://codereview.chromium.org/656803003
https://code.google.com/p/v8/source/detail?r=24602

Modified:
 /branches/bleeding_edge/src/compiler/typer.cc

=======================================
--- /branches/bleeding_edge/src/compiler/typer.cc Tue Oct 14 12:27:29 2014 UTC +++ /branches/bleeding_edge/src/compiler/typer.cc Tue Oct 14 12:41:34 2014 UTC
@@ -929,6 +929,11 @@
 Bounds Typer::Visitor::TypeInt32Mul(Node* node) {
   return Bounds(Type::Integral32());
 }
+
+
+Bounds Typer::Visitor::TypeInt32MulHigh(Node* node) {
+  return Bounds(Type::Integral32());
+}


 Bounds Typer::Visitor::TypeInt32Div(Node* node) {

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