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