C++: Remove implied conjunct.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-10-24 09:25:32 +01:00
parent 67ed12c916
commit 1fce26534f

View File

@@ -91,7 +91,6 @@ Node callOutput(CallInstruction call, FunctionOutput output, int d) {
// The return value
result = callOutputWithIndirectionIndex(call, output, indirectionIndex + d)
or
n = callOutputWithIndirectionIndex(call, output, indirectionIndex) and
// If there isn't an indirect out node for the call with indirection `d` then
// we conflate this with the underlying `CallInstruction`.
not exists(getIndirectReturnOutNode(call, indirectionIndex + d)) and