| Index: src/mips/lithium-codegen-mips.h
|
| diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h
|
| index 90e7bf666b1392a8582ee3cb7ccca2185e902fe9..deefd062a78318fc811a45ae7235a9510da46989 100644
|
| --- a/src/mips/lithium-codegen-mips.h
|
| +++ b/src/mips/lithium-codegen-mips.h
|
| @@ -125,6 +125,7 @@ class LCodeGen BASE_EMBEDDED {
|
| MemOperand ToHighMemOperand(LOperand* op) const;
|
|
|
| bool IsInteger32(LConstantOperand* op) const;
|
| + bool IsSmi(LConstantOperand* op) const;
|
| Handle<Object> ToHandle(LConstantOperand* op) const;
|
|
|
| // Try to generate code for the entire chunk, but it may fail if the
|
|
|