Index: src/compiler/instruction-scheduler.cc |
diff --git a/src/compiler/instruction-scheduler.cc b/src/compiler/instruction-scheduler.cc |
index b3e4bbcee8522d2e40970906c0c4be8a5f516683..f2f8f4f4bd540d5d4c4d5c56c4ed1649a4ff174d 100644 |
--- a/src/compiler/instruction-scheduler.cc |
+++ b/src/compiler/instruction-scheduler.cc |
@@ -222,6 +222,7 @@ int InstructionScheduler::GetInstructionFlags(const Instruction* instr) const { |
case kArchParentFramePointer: |
case kArchTruncateDoubleToI: |
case kArchStackSlot: |
+ case kArchDebugBreak: |
return kNoOpcodeFlags; |
case kArchStackPointer: |