Index: src/compiler/escape-analysis.cc |
diff --git a/src/compiler/escape-analysis.cc b/src/compiler/escape-analysis.cc |
index 50cc62273bb60f96bdbe96dd8fdc24123a68dc76..437c01fd153a6e67e1cc607edb07db2873ddeb9d 100644 |
--- a/src/compiler/escape-analysis.cc |
+++ b/src/compiler/escape-analysis.cc |
@@ -1154,7 +1154,7 @@ void EscapeAnalysis::ForwardVirtualState(Node* node) { |
effect->op()->mnemonic(), effect->id(), node->op()->mnemonic(), |
node->id()); |
if (status_analysis_->IsEffectBranchPoint(effect) || |
- OperatorProperties::GetFrameStateInputCount(node->op()) > 0) { |
+ OperatorProperties::HasFrameStateInput(node->op())) { |
virtual_states_[node->id()]->SetCopyRequired(); |
TRACE(", effect input %s#%d is branch point", effect->op()->mnemonic(), |
effect->id()); |