| Index: src/mips/lithium-mips.h
|
| diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h
|
| index 3e9430147f421514cadaa825b9b5d8dc06a19a1a..06d30d03de758e131d5e4e55d6eb599b7a5f294f 100644
|
| --- a/src/mips/lithium-mips.h
|
| +++ b/src/mips/lithium-mips.h
|
| @@ -99,7 +99,6 @@ class LCodeGen;
|
| V(DoubleToSmi) \
|
| V(DummyUse) \
|
| V(ElementsKind) \
|
| - V(FixedArrayBaseLength) \
|
| V(FunctionLiteral) \
|
| V(GetCachedArrayIndex) \
|
| V(GlobalObject) \
|
| @@ -1260,20 +1259,6 @@ class LCmpMapAndBranch: public LControlInstruction<1, 1> {
|
| };
|
|
|
|
|
| -class LFixedArrayBaseLength: public LTemplateInstruction<1, 1, 0> {
|
| - public:
|
| - explicit LFixedArrayBaseLength(LOperand* value) {
|
| - inputs_[0] = value;
|
| - }
|
| -
|
| - LOperand* value() { return inputs_[0]; }
|
| -
|
| - DECLARE_CONCRETE_INSTRUCTION(FixedArrayBaseLength,
|
| - "fixed-array-base-length")
|
| - DECLARE_HYDROGEN_ACCESSOR(FixedArrayBaseLength)
|
| -};
|
| -
|
| -
|
| class LMapEnumLength: public LTemplateInstruction<1, 1, 0> {
|
| public:
|
| explicit LMapEnumLength(LOperand* value) {
|
|
|