| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index 657453231e30412d88b5c4e61696da0877aa4ae5..27295da8b80ddc8ac8d4373eaed02d17988d04ad 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -297,6 +297,7 @@ class LCodeGen BASE_EMBEDDED {
|
| X87Register ToX87Register(int index) const;
|
| int ToRepresentation(LConstantOperand* op, const Representation& r) const;
|
| int32_t ToInteger32(LConstantOperand* op) const;
|
| + ExternalReference ToExternalReference(LConstantOperand* op) const;
|
|
|
| Operand BuildFastArrayOperand(LOperand* elements_pointer,
|
| LOperand* key,
|
|
|