You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dirty locals analysis: consume goto_programt instead of goto_functiont
The analysis does not use any information contained in a
`goto_functiont` that's not already available in a `goto_programt`.
Using this more specific type avoids any (future) use building
unnecessary wrappers.
0 commit comments