| Index: src/crankshaft/ppc/lithium-ppc.cc
|
| diff --git a/src/crankshaft/ppc/lithium-ppc.cc b/src/crankshaft/ppc/lithium-ppc.cc
|
| index aa6c3bf8866bccb8b4347d0687ae5d44cbd55cb5..6b3dd311ef18fe4f7b1fbe8d0f6f3a6e24445640 100644
|
| --- a/src/crankshaft/ppc/lithium-ppc.cc
|
| +++ b/src/crankshaft/ppc/lithium-ppc.cc
|
| @@ -1964,13 +1964,6 @@ LInstruction* LChunkBuilder::DoDoubleBits(HDoubleBits* instr) {
|
| }
|
|
|
|
|
| -LInstruction* LChunkBuilder::DoConstructDouble(HConstructDouble* instr) {
|
| - LOperand* lo = UseRegister(instr->lo());
|
| - LOperand* hi = UseRegister(instr->hi());
|
| - return DefineAsRegister(new (zone()) LConstructDouble(hi, lo));
|
| -}
|
| -
|
| -
|
| LInstruction* LChunkBuilder::DoReturn(HReturn* instr) {
|
| LOperand* context = info()->IsStub() ? UseFixed(instr->context(), cp) : NULL;
|
| LOperand* parameter_count = UseRegisterOrConstant(instr->parameter_count());
|
|
|