Index: src/x87/lithium-codegen-x87.h |
diff --git a/src/x87/lithium-codegen-x87.h b/src/x87/lithium-codegen-x87.h |
index 327d5398e04770b641c2a593a8995e0fe01fcffa..21a2a8e9bcc5c944c75a1ee582326fe42a68c77c 100644 |
--- a/src/x87/lithium-codegen-x87.h |
+++ b/src/x87/lithium-codegen-x87.h |
@@ -344,6 +344,9 @@ class LCodeGen: public LCodeGenBase { |
void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr); |
void DoStoreKeyedFixedArray(LStoreKeyed* instr); |
+ template <class T> |
+ void EmitVectorLoadICRegisters(T* instr); |
+ |
void EmitReturn(LReturn* instr, bool dynamic_frame_alignment); |
// Emits code for pushing either a tagged constant, a (non-double) |