| Index: src/compiler/instruction-scheduler.cc
|
| diff --git a/src/compiler/instruction-scheduler.cc b/src/compiler/instruction-scheduler.cc
|
| index 308ee9439272b30b2b5c4557f10835febad071b0..dd78a9c9c025948214a7a40e7ae08da858a5e70a 100644
|
| --- a/src/compiler/instruction-scheduler.cc
|
| +++ b/src/compiler/instruction-scheduler.cc
|
| @@ -226,6 +226,7 @@ int InstructionScheduler::GetInstructionFlags(const Instruction* instr) const {
|
| case kArchComment:
|
| case kIeee754Float64Atan:
|
| case kIeee754Float64Atan2:
|
| + case kIeee754Float64Exp:
|
| case kIeee754Float64Log:
|
| case kIeee754Float64Log1p:
|
| case kIeee754Float64Log2:
|
|
|