| Index: src/crankshaft/ppc/lithium-ppc.cc
|
| diff --git a/src/crankshaft/ppc/lithium-ppc.cc b/src/crankshaft/ppc/lithium-ppc.cc
|
| index 3c1911d6673723fce822b5c01add30db193c53c3..be32dc82a116770b8880d4a5efc574a54f91f7ed 100644
|
| --- a/src/crankshaft/ppc/lithium-ppc.cc
|
| +++ b/src/crankshaft/ppc/lithium-ppc.cc
|
| @@ -1782,12 +1782,6 @@ LInstruction* LChunkBuilder::DoClassOfTestAndBranch(
|
| }
|
|
|
|
|
| -LInstruction* LChunkBuilder::DoMapEnumLength(HMapEnumLength* instr) {
|
| - LOperand* map = UseRegisterAtStart(instr->value());
|
| - return DefineAsRegister(new (zone()) LMapEnumLength(map));
|
| -}
|
| -
|
| -
|
| LInstruction* LChunkBuilder::DoSeqStringGetChar(HSeqStringGetChar* instr) {
|
| LOperand* string = UseRegisterAtStart(instr->string());
|
| LOperand* index = UseRegisterOrConstantAtStart(instr->index());
|
|
|