Index: src/compiler/instruction-selector.cc |
diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc |
index 99012f7ecb337037468c130472054b49e11ad16e..e09f4a0e0a14f7d3bd51c40bde8db8e264bf46d8 100644 |
--- a/src/compiler/instruction-selector.cc |
+++ b/src/compiler/instruction-selector.cc |
@@ -1096,7 +1096,7 @@ InstructionOperand InstructionSelector::OperandForDeopt( |
case FrameStateInputKind::kStackSlot: |
return g->UseUniqueSlot(input); |
case FrameStateInputKind::kAny: |
- return g->Use(input); |
+ return g->UseAny(input); |
} |
UNREACHABLE(); |
return InstructionOperand(); |