| Index: src/mips/lithium-mips.cc
|
| diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc
|
| index 652c7cad079c0a21122c3fda060d9eb551abdd19..63b2c63c0afeec976b0742e40f84e2ddec3e16c1 100644
|
| --- a/src/mips/lithium-mips.cc
|
| +++ b/src/mips/lithium-mips.cc
|
| @@ -2008,7 +2008,7 @@ LInstruction* LChunkBuilder::DoLoadKeyed(HLoadKeyed* instr) {
|
| (instr->representation().IsDouble() &&
|
| ((elements_kind == EXTERNAL_FLOAT_ELEMENTS) ||
|
| (elements_kind == EXTERNAL_DOUBLE_ELEMENTS))));
|
| - // float->double conversion on non-VFP2 requires an extra scratch
|
| + // float->double conversion on soft float requires an extra scratch
|
| // register. For convenience, just mark the elements register as "UseTemp"
|
| // so that it can be used as a temp during the float->double conversion
|
| // after it's no longer needed after the float load.
|
|
|