| Index: src/crankshaft/mips/lithium-mips.h
|
| diff --git a/src/crankshaft/mips/lithium-mips.h b/src/crankshaft/mips/lithium-mips.h
|
| index 880d243312a80c7c5138dcf890dd5e2343f93d93..c363bbc4402c2d024256ae66873c4643dcd46cbf 100644
|
| --- a/src/crankshaft/mips/lithium-mips.h
|
| +++ b/src/crankshaft/mips/lithium-mips.h
|
| @@ -101,7 +101,6 @@ class LCodeGen;
|
| V(LoadKeyedGeneric) \
|
| V(LoadNamedField) \
|
| V(LoadNamedGeneric) \
|
| - V(MapEnumLength) \
|
| V(MathAbs) \
|
| V(MathExp) \
|
| V(MathClz32) \
|
| @@ -1324,18 +1323,6 @@ class LCmpMapAndBranch final : public LControlInstruction<1, 1> {
|
| };
|
|
|
|
|
| -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) {
|
|
|