C++: Remove superfluous disjunct.

This commit is contained in:
Anders Schack-Mulligen
2025-03-11 14:17:20 +01:00
parent ecb5e7ad07
commit ba13d7fffe

View File

@@ -908,11 +908,6 @@ private module SsaInput implements SsaImplCommon::InputSig<Location> {
exists(UseImpl use | use.hasIndexInBlock(bb, i, v) |
if use.isCertain() then certain = true else certain = false
)
or
exists(GlobalUse global |
global.hasIndexInBlock(bb, i, v) and
certain = true
)
}
}