Index: src/x64/lithium-x64.h |
=================================================================== |
--- src/x64/lithium-x64.h (revision 9605) |
+++ src/x64/lithium-x64.h (working copy) |
@@ -1260,7 +1260,6 @@ |
LOperand* context() { return InputAt(0); } |
LOperand* value() { return InputAt(1); } |
int slot_index() { return hydrogen()->slot_index(); } |
- int needs_write_barrier() { return hydrogen()->NeedsWriteBarrier(); } |
virtual void PrintDataTo(StringStream* stream); |
}; |
@@ -1551,7 +1550,6 @@ |
Handle<Object> name() const { return hydrogen()->name(); } |
bool is_in_object() { return hydrogen()->is_in_object(); } |
int offset() { return hydrogen()->offset(); } |
- bool needs_write_barrier() { return hydrogen()->NeedsWriteBarrier(); } |
Handle<Map> transition() const { return hydrogen()->transition(); } |
}; |