Index: src/crankshaft/ia32/lithium-ia32.h |
diff --git a/src/crankshaft/ia32/lithium-ia32.h b/src/crankshaft/ia32/lithium-ia32.h |
index 9e074bc9ff619a19942df2be1ef9c6a7c3e8aa5e..68541a48c45455a876e1ebd6cf1ac56b5b08eee1 100644 |
--- a/src/crankshaft/ia32/lithium-ia32.h |
+++ b/src/crankshaft/ia32/lithium-ia32.h |
@@ -135,7 +135,6 @@ class LCodeGen; |
V(StackCheck) \ |
V(StoreCodeEntry) \ |
V(StoreContextSlot) \ |
- V(StoreFrameContext) \ |
V(StoreKeyed) \ |
V(StoreKeyedGeneric) \ |
V(StoreNamedField) \ |
@@ -2517,18 +2516,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 LChunkBuilder; |
class LPlatformChunk final : public LChunk { |
public: |