| Index: src/mips64/lithium-codegen-mips64.h
|
| diff --git a/src/mips64/lithium-codegen-mips64.h b/src/mips64/lithium-codegen-mips64.h
|
| index 0afae2dd4652e5a0d2d149ca52dbbb4f9adb922b..6fb7bc3c85935c83f0fb32c49da0554b7f1785f6 100644
|
| --- a/src/mips64/lithium-codegen-mips64.h
|
| +++ b/src/mips64/lithium-codegen-mips64.h
|
| @@ -356,6 +356,8 @@ class LCodeGen: public LCodeGenBase {
|
|
|
| template <class T>
|
| void EmitVectorLoadICRegisters(T* instr);
|
| + template <class T>
|
| + void EmitVectorStoreICRegisters(T* instr);
|
|
|
| ZoneList<LEnvironment*> deoptimizations_;
|
| ZoneList<Deoptimizer::JumpTableEntry*> jump_table_;
|
|
|