Commit 327d3ae8 authored by neis@chromium.org's avatar neis@chromium.org

Add typing for Int32MulHigh.

TBR=rossberg@chromium.org
BUG=

Review URL: https://codereview.chromium.org/656803003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24602 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 45873295
......@@ -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());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment