| Index: src/compiler/instruction-scheduler.cc
|
| diff --git a/src/compiler/instruction-scheduler.cc b/src/compiler/instruction-scheduler.cc
|
| index ac07a5ad7102e2769a88fad9ef1d8e4069f08156..478246c155b076af7837ba6ded4e4a3932c4f578 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 kArchImpossible:
|
| case kArchComment:
|
| case kIeee754Float64Acos:
|
| case kIeee754Float64Acosh:
|
|
|