Index: src/crankshaft/x87/lithium-x87.h |
diff --git a/src/crankshaft/x87/lithium-x87.h b/src/crankshaft/x87/lithium-x87.h |
index e033902617cd40cc01ba6a80276e38acd02200b6..ad518ad70a2325d399a7cb5e250b6293a14e582c 100644 |
--- a/src/crankshaft/x87/lithium-x87.h |
+++ b/src/crankshaft/x87/lithium-x87.h |
@@ -106,7 +106,6 @@ class LCodeGen; |
V(LoadNamedField) \ |
V(LoadNamedGeneric) \ |
V(LoadRoot) \ |
- V(MapEnumLength) \ |
V(MathAbs) \ |
V(MathClz32) \ |
V(MathExp) \ |
@@ -1344,18 +1343,6 @@ class LCmpMapAndBranch final : public LControlInstruction<1, 0> { |
}; |
-class LMapEnumLength final : public LTemplateInstruction<1, 1, 0> { |
- public: |
- explicit LMapEnumLength(LOperand* value) { |
- inputs_[0] = value; |
- } |
- |
- LOperand* value() { return inputs_[0]; } |
- |
- DECLARE_CONCRETE_INSTRUCTION(MapEnumLength, "map-enum-length") |
-}; |
- |
- |
class LSeqStringGetChar final : public LTemplateInstruction<1, 2, 0> { |
public: |
LSeqStringGetChar(LOperand* string, LOperand* index) { |