Index: src/crankshaft/ia32/lithium-ia32.h |
diff --git a/src/crankshaft/ia32/lithium-ia32.h b/src/crankshaft/ia32/lithium-ia32.h |
index 7bbe73f1e93161ef9742dcf32b05f82de17366d8..f421c7e391be3a36d5dbbcc95f883f049cb2b59f 100644 |
--- a/src/crankshaft/ia32/lithium-ia32.h |
+++ b/src/crankshaft/ia32/lithium-ia32.h |
@@ -39,7 +39,6 @@ class LCodeGen; |
V(CallFunction) \ |
V(CallNewArray) \ |
V(CallRuntime) \ |
- V(CallStub) \ |
V(CheckArrayBufferNotNeutered) \ |
V(CheckInstanceType) \ |
V(CheckMaps) \ |
@@ -453,19 +452,6 @@ class LParameter final : public LTemplateInstruction<1, 0, 0> { |
}; |
-class LCallStub final : public LTemplateInstruction<1, 1, 0> { |
- public: |
- explicit LCallStub(LOperand* context) { |
- inputs_[0] = context; |
- } |
- |
- LOperand* context() { return inputs_[0]; } |
- |
- DECLARE_CONCRETE_INSTRUCTION(CallStub, "call-stub") |
- DECLARE_HYDROGEN_ACCESSOR(CallStub) |
-}; |
- |
- |
class LUnknownOSRValue final : public LTemplateInstruction<1, 0, 0> { |
public: |
bool HasInterestingComment(LCodeGen* gen) const override { return false; } |