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
Complete MMIO rewrites before removing unused functions
__CPROVER_mm_io_{r,w} functions are unused until rewrites via mm_io are
done, which is only done when processing the input program by CBMC.
remove_unused_functions would spuriously remove the implementation of
these function, even when they may be needed. Therefore, run mm_io
instrumentation before removing unused functions.
0 commit comments