| Index: src/crankshaft/ppc/lithium-ppc.cc
|
| diff --git a/src/crankshaft/ppc/lithium-ppc.cc b/src/crankshaft/ppc/lithium-ppc.cc
|
| index be32dc82a116770b8880d4a5efc574a54f91f7ed..bdc3b5313ff29bd6230b78c984f45a19797b65de 100644
|
| --- a/src/crankshaft/ppc/lithium-ppc.cc
|
| +++ b/src/crankshaft/ppc/lithium-ppc.cc
|
| @@ -1706,14 +1706,6 @@ LInstruction* LChunkBuilder::DoCompareHoleAndBranch(
|
| }
|
|
|
|
|
| -LInstruction* LChunkBuilder::DoCompareMinusZeroAndBranch(
|
| - HCompareMinusZeroAndBranch* instr) {
|
| - LOperand* value = UseRegister(instr->value());
|
| - LOperand* scratch = TempRegister();
|
| - return new (zone()) LCompareMinusZeroAndBranch(value, scratch);
|
| -}
|
| -
|
| -
|
| LInstruction* LChunkBuilder::DoIsStringAndBranch(HIsStringAndBranch* instr) {
|
| DCHECK(instr->value()->representation().IsTagged());
|
| LOperand* value = UseRegisterAtStart(instr->value());
|
|
|