Index: src/x64/lithium-codegen-x64.h |
diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h |
index b3070c01892302dfdc9cfbc0f880c96e329b5360..66a1d8452ca19116828163f0e6dca985384d5ab3 100644 |
--- a/src/x64/lithium-codegen-x64.h |
+++ b/src/x64/lithium-codegen-x64.h |
@@ -314,6 +314,10 @@ class LCodeGen: public LCodeGenBase { |
void DoStoreKeyedExternalArray(LStoreKeyed* instr); |
void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr); |
void DoStoreKeyedFixedArray(LStoreKeyed* instr); |
+ |
+ template <class T> |
+ void EmitVectorLoadICRegisters(T* instr); |
+ |
#ifdef _MSC_VER |
// On windows, you may not access the stack more than one page below |
// the most recently mapped page. To make the allocated area randomly |