Index: src/compiler/instruction-scheduler.cc |
diff --git a/src/compiler/instruction-scheduler.cc b/src/compiler/instruction-scheduler.cc |
index 2f329ead41569959a6db4799f79b03a549d4f31a..72c233cd4fae278f72b22d5bf0fc1f1b49724105 100644 |
--- a/src/compiler/instruction-scheduler.cc |
+++ b/src/compiler/instruction-scheduler.cc |
@@ -205,6 +205,7 @@ int InstructionScheduler::GetInstructionFlags(const Instruction* instr) const { |
case kCheckedLoadWord64: |
case kCheckedLoadFloat32: |
case kCheckedLoadFloat64: |
+ case kArchStackSlot: |
titzer
2016/01/28 15:17:02
Technically this is not a load, since it just comp
|
return kIsLoadOperation; |
case kCheckedStoreWord8: |