Java/SSA: Keep proper distinction between cached stages.

This commit is contained in:
Anders Schack-Mulligen
2025-03-25 13:43:55 +01:00
parent 4d04391b70
commit d5d0274ce7
7 changed files with 18 additions and 8 deletions

View File

@@ -1007,7 +1007,7 @@ private module DataFlowIntegrationInput implements SsaImpl::DataFlowIntegrationI
}
}
predicate guardControlsBlock(Guard guard, SsaInput::BasicBlock bb, boolean branch) {
predicate guardDirectlyControlsBlock(Guard guard, SsaInput::BasicBlock bb, boolean branch) {
guard.(IRGuards::IRGuardCondition).controls(bb, branch)
}