| Index: src/mips/lithium-codegen-mips.h
|
| diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h
|
| index 7b68bd75e796e99bad7a0a35da0338f312421408..6c5b695c28ebec3bee1e0afaa69de9d2ca8049a9 100644
|
| --- a/src/mips/lithium-codegen-mips.h
|
| +++ b/src/mips/lithium-codegen-mips.h
|
| @@ -354,6 +354,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_;
|
|
|