| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index 0cdfb814b648649a8344246ce9600909bffdb839..563b27eca3ca8b1caf890956524ed3d8ee7abf23 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -295,7 +295,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;
|
|
|
|
|