| Index: src/crankshaft/mips/lithium-mips.cc
|
| diff --git a/src/crankshaft/mips/lithium-mips.cc b/src/crankshaft/mips/lithium-mips.cc
|
| index c50478e4dd6c3fa82a19b7f0cc75cf31a0342e02..a3f73b0e501eda042a096f7f8660fd4432ed696e 100644
|
| --- a/src/crankshaft/mips/lithium-mips.cc
|
| +++ b/src/crankshaft/mips/lithium-mips.cc
|
| @@ -1934,13 +1934,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)
|
|
|