| Index: runtime/vm/intermediate_language_mips.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language_mips.cc (revision 26445)
|
| +++ runtime/vm/intermediate_language_mips.cc (working copy)
|
| @@ -3540,7 +3540,7 @@
|
| void InvokeMathCFunctionInstr::EmitNativeCode(FlowGraphCompiler* compiler) {
|
| // For pow-function return NaN if exponent is NaN.
|
| Label do_call, skip_call;
|
| - if (recognized_kind() == MethodRecognizer::kDoublePow) {
|
| + if (recognized_kind() == MethodRecognizer::kMathDoublePow) {
|
| DRegister exp = locs()->in(1).fpu_reg();
|
| __ cund(exp, exp);
|
| __ bc1f(&do_call);
|
|
|