Index: src/hydrogen.cc |
diff --git a/src/hydrogen.cc b/src/hydrogen.cc |
index 7679f93257acd1fdf1fb096dd0d03c250ad86187..60acf99a1698974a82724b92ef01af6955a2f365 100644 |
--- a/src/hydrogen.cc |
+++ b/src/hydrogen.cc |
@@ -8675,7 +8675,7 @@ HInstruction* HOptimizedGraphBuilder::BuildBinaryOperation( |
HValue* context = environment()->LookupContext(); |
Handle<Type> left_type = expr->left()->lower_type(); |
Handle<Type> right_type = expr->right()->lower_type(); |
- Handle<Type> result_type = expr->result_type(); |
+ Handle<Type> result_type = expr->lower_type(); |
Maybe<int> fixed_right_arg = expr->fixed_right_arg(); |
Representation left_rep = ToRepresentation(left_type); |
Representation right_rep = ToRepresentation(right_type); |