| Index: src/x64/lithium-x64.cc
|
| diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc
|
| index b486faec62f3aa0274df9f78ed47a563a79ab2c2..80417c7c76bcbea3ff9b83473f1e22e36e8c25e0 100644
|
| --- a/src/x64/lithium-x64.cc
|
| +++ b/src/x64/lithium-x64.cc
|
| @@ -1397,7 +1397,7 @@ LInstruction* LChunkBuilder::DoPower(HPower* instr) {
|
| UseFixed(instr->right(), rdi);
|
| #endif
|
| LPower* result = new LPower(left, right);
|
| - return MarkAsCall(DefineFixedDouble(result, xmm1), instr,
|
| + return MarkAsCall(DefineFixedDouble(result, xmm3), instr,
|
| CAN_DEOPTIMIZE_EAGERLY);
|
| }
|
|
|
|
|