| Index: src/compiler/instruction-scheduler.cc
 | 
| diff --git a/src/compiler/instruction-scheduler.cc b/src/compiler/instruction-scheduler.cc
 | 
| index dd78a9c9c025948214a7a40e7ae08da858a5e70a..1b29543b075eff2b4701747d431f32cc84729c0d 100644
 | 
| --- a/src/compiler/instruction-scheduler.cc
 | 
| +++ b/src/compiler/instruction-scheduler.cc
 | 
| @@ -226,11 +226,14 @@ int InstructionScheduler::GetInstructionFlags(const Instruction* instr) const {
 | 
|      case kArchComment:
 | 
|      case kIeee754Float64Atan:
 | 
|      case kIeee754Float64Atan2:
 | 
| +    case kIeee754Float64Atanh:
 | 
|      case kIeee754Float64Exp:
 | 
| +    case kIeee754Float64Expm1:
 | 
|      case kIeee754Float64Log:
 | 
|      case kIeee754Float64Log1p:
 | 
|      case kIeee754Float64Log2:
 | 
|      case kIeee754Float64Log10:
 | 
| +    case kIeee754Float64Cbrt:
 | 
|        return kNoOpcodeFlags;
 | 
|  
 | 
|      case kArchStackPointer:
 | 
| 
 |