Index: src/ia32/lithium-ia32.h |
diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h |
index 7e126ff03c4c24ee56fc561cef9a3e3c2fc60d8e..6eed2825a8fb44e6c5f0aec7b319b4631f6be4c5 100644 |
--- a/src/ia32/lithium-ia32.h |
+++ b/src/ia32/lithium-ia32.h |
@@ -1333,6 +1333,7 @@ class LStoreContextSlot: public LTemplateInstruction<0, 2, 1> { |
LOperand* context() { return InputAt(0); } |
LOperand* value() { return InputAt(1); } |
int slot_index() { return hydrogen()->slot_index(); } |
+ bool needs_is_hole_check() { return hydrogen()->needs_is_hole_check(); } |
virtual void PrintDataTo(StringStream* stream); |
}; |