C++: No need to compute this TC.

This commit is contained in:
Mathias Vorreiter Pedersen
2026-02-11 20:18:03 +00:00
parent 522e4d64de
commit 9596b7b921

View File

@@ -1726,9 +1726,7 @@ private module Cached {
SsaImpl::ssaFlow(n, succ) and
bb1 = n.getBasicBlock() and
bb2 = succ.getBasicBlock() and
bb1 != bb2 and
bb2.dominates(bb1) and
bb1.getASuccessor+() = bb2
bb2.strictlyDominates(bb1)
)
}