| Index: src/crankshaft/ppc/lithium-ppc.cc
|
| diff --git a/src/crankshaft/ppc/lithium-ppc.cc b/src/crankshaft/ppc/lithium-ppc.cc
|
| index 81b2205da6b113c83e99a0a70d7a73421658b0e5..0a11b4725b952ae694ea0d1b80071d6b67ecddb8 100644
|
| --- a/src/crankshaft/ppc/lithium-ppc.cc
|
| +++ b/src/crankshaft/ppc/lithium-ppc.cc
|
| @@ -1957,13 +1957,6 @@ LInstruction* LChunkBuilder::DoClampToUint8(HClampToUint8* instr) {
|
| }
|
|
|
|
|
| -LInstruction* LChunkBuilder::DoDoubleBits(HDoubleBits* instr) {
|
| - HValue* value = instr->value();
|
| - DCHECK(value->representation().IsDouble());
|
| - return DefineAsRegister(new (zone()) LDoubleBits(UseRegister(value)));
|
| -}
|
| -
|
| -
|
| LInstruction* LChunkBuilder::DoReturn(HReturn* instr) {
|
| LOperand* context = info()->IsStub() ? UseFixed(instr->context(), cp) : NULL;
|
| LOperand* parameter_count = UseRegisterOrConstant(instr->parameter_count());
|
|
|