| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index 42c523478df1480f8c9f4bed9b90c568af9aec98..c9a78997f147e95465a7e5f63e1c1d80c07692b5 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -294,7 +294,7 @@ class LCodeGen BASE_EMBEDDED {
|
| Register ToRegister(int index) const;
|
| XMMRegister ToDoubleRegister(int index) const;
|
| X87Register ToX87Register(int index) const;
|
| - int ToRepresentation(LConstantOperand* op, const Representation& r) const;
|
| + int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
|
| int32_t ToInteger32(LConstantOperand* op) const;
|
| ExternalReference ToExternalReference(LConstantOperand* op) const;
|
|
|
|
|