| Index: src/mips/lithium-mips.cc
|
| diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc
|
| index 7a2975a3695df277f9c721127e3ae69f55ef1941..afe658b0e077c7777bc4d3f3a66c6db2fd742e3e 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.
|
|
|