| Index: src/crankshaft/x64/lithium-codegen-x64.h
|
| diff --git a/src/crankshaft/x64/lithium-codegen-x64.h b/src/crankshaft/x64/lithium-codegen-x64.h
|
| index 22c39ad088d005443519af71ed48ed903119e29f..22a32a147d40011ecc99b0ef9ed05d22fe4fba4c 100644
|
| --- a/src/crankshaft/x64/lithium-codegen-x64.h
|
| +++ b/src/crankshaft/x64/lithium-codegen-x64.h
|
| @@ -297,8 +297,6 @@ class LCodeGen: public LCodeGenBase {
|
|
|
| template <class T>
|
| void EmitVectorLoadICRegisters(T* instr);
|
| - template <class T>
|
| - void EmitVectorStoreICRegisters(T* instr);
|
|
|
| #ifdef _MSC_VER
|
| // On windows, you may not access the stack more than one page below
|
|
|