| Index: src/mips/lithium-codegen-mips.cc
|
| diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc
|
| index 9514710134592cbc88c08850ec7a087c30dd2793..c0323e3521b7b3602e17422e4ae033ac99a3f701 100644
|
| --- a/src/mips/lithium-codegen-mips.cc
|
| +++ b/src/mips/lithium-codegen-mips.cc
|
| @@ -2832,7 +2832,6 @@ void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) {
|
|
|
|
|
| void LCodeGen::DoGlobalObject(LGlobalObject* instr) {
|
| - Register context = ToRegister(instr->context());
|
| Register result = ToRegister(instr->result());
|
| __ lw(result, ContextOperand(cp, Context::GLOBAL_INDEX));
|
| }
|
| @@ -4156,7 +4155,6 @@ void LCodeGen::DoDoubleToI(LDoubleToI* instr) {
|
| Register scratch1 = scratch0();
|
| Register scratch2 = ToRegister(instr->TempAt(0));
|
| DoubleRegister double_input = ToDoubleRegister(instr->InputAt(0));
|
| - DoubleRegister double_scratch = double_scratch0();
|
| FPURegister single_scratch = double_scratch0().low();
|
|
|
| if (instr->truncating()) {
|
|
|