| Index: src/arm64/lithium-codegen-arm64.h
|
| diff --git a/src/arm64/lithium-codegen-arm64.h b/src/arm64/lithium-codegen-arm64.h
|
| index 9fd09c45c43ffc9d3cfd8729b60954a08597916f..d73b060cd73244313953cfd0333ab6f991231e39 100644
|
| --- a/src/arm64/lithium-codegen-arm64.h
|
| +++ b/src/arm64/lithium-codegen-arm64.h
|
| @@ -193,6 +193,8 @@ class LCodeGen: public LCodeGenBase {
|
|
|
| template <class T>
|
| void EmitVectorLoadICRegisters(T* instr);
|
| + template <class T>
|
| + void EmitVectorStoreICRegisters(T* instr);
|
|
|
| // Emits optimized code for %_IsString(x). Preserves input register.
|
| // Returns the condition on which a final split to
|
|
|