Index: src/x64/codegen-x64.h |
=================================================================== |
--- src/x64/codegen-x64.h (revision 4259) |
+++ src/x64/codegen-x64.h (working copy) |
@@ -667,7 +667,7 @@ |
GenericBinaryOpStub(Token::Value op, |
OverwriteMode mode, |
GenericBinaryFlags flags, |
- NumberInfo operands_type = NumberInfo::Unknown()) |
+ TypeInfo operands_type = TypeInfo::Unknown()) |
: op_(op), |
mode_(mode), |
flags_(flags), |
@@ -687,7 +687,7 @@ |
args_in_registers_(ArgsInRegistersBits::decode(key)), |
args_reversed_(ArgsReversedBits::decode(key)), |
use_sse3_(SSE3Bits::decode(key)), |
- static_operands_type_(NumberInfo::ExpandedRepresentation( |
+ static_operands_type_(TypeInfo::ExpandedRepresentation( |
StaticTypeInfoBits::decode(key))), |
runtime_operands_type_(type_info), |
name_(NULL) { |
@@ -714,7 +714,7 @@ |
bool use_sse3_; |
// Number type information of operands, determined by code generator. |
- NumberInfo static_operands_type_; |
+ TypeInfo static_operands_type_; |
// Operand type information determined at runtime. |
BinaryOpIC::TypeInfo runtime_operands_type_; |