| 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 ef0c3ad92c0338e908adbeed9a594cccde70a2c7..b37974e8487e85b5f90b98c1ae21b12c781884e9 100644
 | 
| --- a/src/compiler/x64/instruction-scheduler-x64.cc
 | 
| +++ b/src/compiler/x64/instruction-scheduler-x64.cc
 | 
| @@ -125,6 +125,9 @@ int InstructionScheduler::GetTargetInstructionFlags(
 | 
|      case kX64Inc32:
 | 
|      case kX64Int32x4Create:
 | 
|      case kX64Int32x4ExtractLane:
 | 
| +    case kX64Int32x4ReplaceLane:
 | 
| +    case kX64Int32x4Add:
 | 
| +    case kX64Int32x4Sub:
 | 
|        return (instr->addressing_mode() == kMode_None)
 | 
|            ? kNoOpcodeFlags
 | 
|            : kIsLoadOperation | kHasSideEffect;
 | 
| 
 |