| Index: src/crankshaft/s390/lithium-s390.cc
|
| diff --git a/src/crankshaft/s390/lithium-s390.cc b/src/crankshaft/s390/lithium-s390.cc
|
| index 76881d2fbba94f24c19ce543d4175346d63b4677..79868f5579d462cea4435cd6dafa1514d6384b2c 100644
|
| --- a/src/crankshaft/s390/lithium-s390.cc
|
| +++ b/src/crankshaft/s390/lithium-s390.cc
|
| @@ -1058,7 +1058,7 @@ LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) {
|
| }
|
|
|
| LInstruction* LChunkBuilder::DoMathSqrt(HUnaryMathOperation* instr) {
|
| - LOperand* input = UseRegisterAtStart(instr->value());
|
| + LOperand* input = UseAtStart(instr->value());
|
| LMathSqrt* result = new (zone()) LMathSqrt(input);
|
| return DefineAsRegister(result);
|
| }
|
|
|