| Index: src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| diff --git a/src/crankshaft/ppc/lithium-codegen-ppc.cc b/src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| index 25355e97605e0806d1a86f9dbacd59d4c49493b6..2b3e00ca163d9392639f471253167afc3be33042 100644
|
| --- a/src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| +++ b/src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| @@ -1806,13 +1806,6 @@ void LCodeGen::DoConstantT(LConstantT* instr) {
|
| }
|
|
|
|
|
| -void LCodeGen::DoMapEnumLength(LMapEnumLength* instr) {
|
| - Register result = ToRegister(instr->result());
|
| - Register map = ToRegister(instr->value());
|
| - __ EnumLength(result, map);
|
| -}
|
| -
|
| -
|
| MemOperand LCodeGen::BuildSeqStringOperand(Register string, LOperand* index,
|
| String::Encoding encoding) {
|
| if (index->IsConstantOperand()) {
|
|
|