Merge pull request #19901 from github/kaspersv/overlay-guards-inline

Overlay: Add missing `overlay[caller?]` annotation
This commit is contained in:
Kasper Svendsen
2025-06-27 15:13:09 +02:00
committed by GitHub

View File

@@ -440,6 +440,7 @@ private module CustomGuardInput implements Guards_v2::CustomGuardInputSig {
}
/** Holds if arguments at position `apos` match parameters at position `ppos`. */
overlay[caller?]
pragma[inline]
predicate parameterMatch(ParameterPosition ppos, ArgumentPosition apos) { ppos = apos }