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
Add DECL and DEAD instructions when labelling function pointer call sites.
Previously, function pointer call site labelling introduced ASSIGNS and CALL instructions
to a fresh function pointer variable in the goto program without adding corresponding
DECL and DEAD instructions which made them look like global variables when they really
are local to the function.
0 commit comments