This is an archive of the discontinued LLVM Phabricator instance.

Not all blocks are reachable from entry. Don't assume they are.
ClosedPublic

Authored by nicholas on Apr 1 2019, 11:40 AM.

Details

Reviewers
asbirlea
Summary

Fixes a bug in isPotentiallyReachable, noticed by inspection.

Event Timeline

nicholas created this revision.Apr 1 2019, 11:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 1 2019, 11:41 AM
asbirlea accepted this revision.Apr 1 2019, 11:59 AM

Thank you for this!

This revision is now accepted and ready to land.Apr 1 2019, 11:59 AM
nicholas closed this revision.Apr 1 2019, 1:10 PM

Committed revision 357425.