| Index: src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| diff --git a/src/crankshaft/ppc/lithium-codegen-ppc.cc b/src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| index 6c972cc4283e92ce87504f7c9f1fff71d15ef655..29323b7a4b60ad82e9cf2da3bcfb00cd1d770a91 100644
|
| --- a/src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| +++ b/src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| @@ -3736,7 +3736,7 @@ void LCodeGen::DoMathLog(LMathLog* instr) {
|
| void LCodeGen::DoMathClz32(LMathClz32* instr) {
|
| Register input = ToRegister(instr->value());
|
| Register result = ToRegister(instr->result());
|
| - __ cntlzw_(result, input);
|
| + __ cntlzw(result, input);
|
| }
|
|
|
| void LCodeGen::PrepareForTailCall(const ParameterCount& actual,
|
|
|