| Index: src/compiler/instruction-scheduler.cc | 
| diff --git a/src/compiler/instruction-scheduler.cc b/src/compiler/instruction-scheduler.cc | 
| index 38ee8b3940255952a604173b0ed3e26d61d79a99..36e4bf168e194a48c9deb04fc62914e71f566b6a 100644 | 
| --- a/src/compiler/instruction-scheduler.cc | 
| +++ b/src/compiler/instruction-scheduler.cc | 
| @@ -224,6 +224,7 @@ int InstructionScheduler::GetInstructionFlags(const Instruction* instr) const { | 
| case kArchStackSlot: | 
| case kArchDebugBreak: | 
| case kArchComment: | 
| +    case kIeee754Float64Log: | 
| return kNoOpcodeFlags; | 
|  | 
| case kArchStackPointer: | 
|  |