| Index: src/compiler/x64/instruction-scheduler-x64.cc
|
| diff --git a/src/compiler/x64/instruction-scheduler-x64.cc b/src/compiler/x64/instruction-scheduler-x64.cc
|
| index aed01406c3af0e3c7763546fc17c5b09cda1509e..6311d86ed5f6f9648c2cba1e604c5bbaeee11f04 100644
|
| --- a/src/compiler/x64/instruction-scheduler-x64.cc
|
| +++ b/src/compiler/x64/instruction-scheduler-x64.cc
|
| @@ -151,6 +151,7 @@ int InstructionScheduler::GetTargetInstructionFlags(
|
| return kHasSideEffect;
|
|
|
| case kX64Movl:
|
| + case kX64TrapMovl:
|
| if (instr->HasOutput()) {
|
| DCHECK(instr->InputCount() >= 1);
|
| return instr->InputAt(0)->IsRegister() ? kNoOpcodeFlags
|
|
|