Index: src/compiler/instruction-scheduler.cc |
diff --git a/src/compiler/instruction-scheduler.cc b/src/compiler/instruction-scheduler.cc |
index 2f329ead41569959a6db4799f79b03a549d4f31a..dce5135a3bebf41504d76422f8d71f11d40b2ad1 100644 |
--- a/src/compiler/instruction-scheduler.cc |
+++ b/src/compiler/instruction-scheduler.cc |
@@ -175,6 +175,7 @@ int InstructionScheduler::GetInstructionFlags(const Instruction* instr) const { |
case kArchStackPointer: |
case kArchFramePointer: |
case kArchTruncateDoubleToI: |
+ case kArchStackSlot: |
return kNoOpcodeFlags; |
case kArchPrepareCallCFunction: |