| Index: src/compiler/mips64/code-generator-mips64.cc
|
| diff --git a/src/compiler/mips64/code-generator-mips64.cc b/src/compiler/mips64/code-generator-mips64.cc
|
| index 651a306a8c596cef9569b53d96ff501fa83db95d..0607245e2f7cf818338374ed749011555648e522 100644
|
| --- a/src/compiler/mips64/code-generator-mips64.cc
|
| +++ b/src/compiler/mips64/code-generator-mips64.cc
|
| @@ -989,13 +989,6 @@
|
| // Other arches use round to zero here, so we follow.
|
| __ trunc_w_d(scratch, i.InputDoubleRegister(0));
|
| __ mfc1(i.OutputRegister(), scratch);
|
| - break;
|
| - }
|
| - case kMips64TruncLS: {
|
| - FPURegister scratch = kScratchDoubleReg;
|
| - // Other arches use round to zero here, so we follow.
|
| - __ trunc_l_s(scratch, i.InputDoubleRegister(0));
|
| - __ dmfc1(i.OutputRegister(), scratch);
|
| break;
|
| }
|
| case kMips64TruncLD: {
|
|
|