C++: Delete unused predicate

This commit is contained in:
Anders Schack-Mulligen
2025-02-18 15:12:09 +01:00
parent 9a8cb1a55b
commit 0c17786ed0

View File

@@ -1064,11 +1064,6 @@ module SsaCached {
SsaImpl::lastRefRedefExt(def, sv, bb, i, input, next)
}
cached
DefinitionExt phiHasInputFromBlockExt(PhiNode phi, IRBlock bb) {
SsaImpl::phiHasInputFromBlockExt(phi, result, bb)
}
cached
predicate ssaDefReachesReadExt(SourceVariable v, DefinitionExt def, IRBlock bb, int i) {
SsaImpl::ssaDefReachesReadExt(v, def, bb, i)