Index: src/compiler/instruction.h |
diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h |
index bc6a241419103273b96c5ed8b3b9145fddb62af5..70338858a583df27ac546c83e1f1636ab16ba062 100644 |
--- a/src/compiler/instruction.h |
+++ b/src/compiler/instruction.h |
@@ -823,7 +823,8 @@ class Instruction final { |
return arch_opcode() == ArchOpcode::kArchTailCallCodeObject || |
arch_opcode() == ArchOpcode::kArchTailCallCodeObjectFromJSFunction || |
arch_opcode() == ArchOpcode::kArchTailCallJSFunction || |
- arch_opcode() == ArchOpcode::kArchTailCallJSFunctionFromJSFunction; |
+ arch_opcode() == ArchOpcode::kArchTailCallJSFunctionFromJSFunction || |
+ arch_opcode() == ArchOpcode::kArchTailCallAddress; |
} |
bool IsThrow() const { |
return arch_opcode() == ArchOpcode::kArchThrowTerminator; |