C#: Add postupdate nodes for arguments of struct type.

This commit is contained in:
Michael Nebel
2024-01-30 14:00:14 +01:00
parent 4dfeff38f9
commit 4a89cbe8ea

View File

@@ -540,6 +540,8 @@ module LocalFlow {
not t instanceof NullType
or
t = any(TypeParameter tp | not tp.isValueType())
or
t.(Struct).isRef()
) and
not exists(getALastEvalNode(result))
}