| Index: src/ia32/lithium-codegen-ia32.cc
|
| diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc
|
| index 965dc4431d1f372ddc0fbd18c0c386303cc00db2..dfd0bb462a14df9210c241f20d3f3859912ce766 100644
|
| --- a/src/ia32/lithium-codegen-ia32.cc
|
| +++ b/src/ia32/lithium-codegen-ia32.cc
|
| @@ -2991,7 +2991,7 @@ void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) {
|
| void LCodeGen::DoPower(LPower* instr) {
|
| Representation exponent_type = instr->hydrogen()->right()->representation();
|
| // Having marked this as a call, we can use any registers.
|
| - // Just make sure that the input registers are the expected ones.
|
| + // Just make sure that the input/output registers are the expected ones.
|
| ASSERT(!instr->InputAt(1)->IsDoubleRegister() ||
|
| ToDoubleRegister(instr->InputAt(1)).is(xmm2));
|
| ASSERT(!instr->InputAt(1)->IsRegister() ||
|
|
|