| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index 75b0fc0e4a6c05bc3068104b9cdd850f241e5055..176097f5d912587c16f184dca36cb6384e2e6ded 100644
|
| --- a/src/arm/lithium-codegen-arm.h
|
| +++ b/src/arm/lithium-codegen-arm.h
|
| @@ -323,6 +323,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_;
|
|
|