Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index dac3ffe3370dc5934e378987d908de027da2e39e..8dfa76ccc7d8ba1fd1ec1661aee4584bfdbc7689 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -115,7 +115,8 @@ class LCodeGen BASE_EMBEDDED { |
DwVfpRegister EmitLoadDoubleRegister(LOperand* op, |
SwVfpRegister flt_scratch, |
DwVfpRegister dbl_scratch); |
- int ToInteger32(LConstantOperand* op) const; |
+ int ToRepresentation(LConstantOperand* op, const Representation& r) const; |
+ int32_t ToInteger32(LConstantOperand* op) const; |
Smi* ToSmi(LConstantOperand* op) const; |
double ToDouble(LConstantOperand* op) const; |
Operand ToOperand(LOperand* op); |