Index: src/hydrogen-instructions.cc |
=================================================================== |
--- src/hydrogen-instructions.cc (revision 6414) |
+++ src/hydrogen-instructions.cc (working copy) |
@@ -1255,6 +1255,11 @@ |
} |
+HType HBitwiseBinaryOperation::CalculateInferredType() const { |
+ return HType::TaggedNumber(); |
+} |
+ |
+ |
HType HArithmeticBinaryOperation::CalculateInferredType() const { |
return HType::TaggedNumber(); |
} |