| Index: src/ppc/lithium-codegen-ppc.h
|
| diff --git a/src/ppc/lithium-codegen-ppc.h b/src/ppc/lithium-codegen-ppc.h
|
| index b266e8e58a97335c0bf669d5838d30b802e275d9..d41954f6fe7d9bd8ad9a344ff95a8cdea4869f71 100644
|
| --- a/src/ppc/lithium-codegen-ppc.h
|
| +++ b/src/ppc/lithium-codegen-ppc.h
|
| @@ -285,6 +285,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_;
|
|
|