| Index: src/mips64/lithium-codegen-mips64.h | 
| diff --git a/src/mips64/lithium-codegen-mips64.h b/src/mips64/lithium-codegen-mips64.h | 
| index d42a10e04e0ac7cb00f90232c861aafd645cc56b..d67abdb7d74b2d0e09001f5a79086c3fb299859d 100644 | 
| --- a/src/mips64/lithium-codegen-mips64.h | 
| +++ b/src/mips64/lithium-codegen-mips64.h | 
| @@ -365,6 +365,9 @@ class LCodeGen: public LCodeGenBase { | 
| void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr); | 
| void DoStoreKeyedFixedArray(LStoreKeyed* instr); | 
|  | 
| +  template <class T> | 
| +  void EmitVectorLoadICRegisters(T* instr); | 
| + | 
| ZoneList<LEnvironment*> deoptimizations_; | 
| ZoneList<Deoptimizer::JumpTableEntry> deopt_jump_table_; | 
| ZoneList<Handle<Object> > deoptimization_literals_; | 
|  |