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