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 4208d8a5949c071c2c2d6b9895db31d43abe137e..e1cca3360a9445b7922d374b03c107ef0863c15e 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; |