C++: Reduce fan-in for 'readStep'.

This commit is contained in:
Mathias Vorreiter Pedersen
2022-11-21 17:07:29 +00:00
parent 24542ec84a
commit 231e2a8df3
3 changed files with 3 additions and 214 deletions

View File

@@ -35,10 +35,6 @@ postHasUniquePre
uniquePostUpdate
postIsInSameCallable
reverseRead
| dispatch.cpp:168:3:168:4 | Unary | Origin of readStep is missing a PostUpdateNode. |
| dispatch.cpp:173:37:173:38 | Unary | Origin of readStep is missing a PostUpdateNode. |
| dispatch.cpp:174:37:174:38 | Unary | Origin of readStep is missing a PostUpdateNode. |
| test.cpp:481:21:481:21 | s | Origin of readStep is missing a PostUpdateNode. |
argHasPostUpdate
postWithInFlow
| test.cpp:384:10:384:13 | memcpy output argument | PostUpdateNode should not be the target of local flow. |