Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix false positive in uninit test involving do-while loops (1252)
Work of Alex Wells. Like we do already for "for" loops, when generating extra ops to test for uninitialized values, "do-while" loops also need to skip testing of their condition variable (which we know has not been written yet, under most circumstances). Signed-off-by: Alex M. Wells <[email protected]>