Index: src/crankshaft/arm64/lithium-arm64.h |
diff --git a/src/crankshaft/arm64/lithium-arm64.h b/src/crankshaft/arm64/lithium-arm64.h |
index 385f4dc4fbac3348cc16d57c0f3e29dfbca3733b..237487ff884d6ef284ab1ebf38de7efa80e4e90b 100644 |
--- a/src/crankshaft/arm64/lithium-arm64.h |
+++ b/src/crankshaft/arm64/lithium-arm64.h |
@@ -140,7 +140,6 @@ class LCodeGen; |
V(StackCheck) \ |
V(StoreCodeEntry) \ |
V(StoreContextSlot) \ |
- V(StoreFrameContext) \ |
V(StoreKeyedExternal) \ |
V(StoreKeyedFixed) \ |
V(StoreKeyedFixedDouble) \ |
@@ -2842,18 +2841,6 @@ class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> { |
}; |
-class LStoreFrameContext: public LTemplateInstruction<0, 1, 0> { |
- public: |
- explicit LStoreFrameContext(LOperand* context) { |
- inputs_[0] = context; |
- } |
- |
- LOperand* context() { return inputs_[0]; } |
- |
- DECLARE_CONCRETE_INSTRUCTION(StoreFrameContext, "store-frame-context") |
-}; |
- |
- |
class LWrapReceiver final : public LTemplateInstruction<1, 2, 0> { |
public: |
LWrapReceiver(LOperand* receiver, LOperand* function) { |