This is an archive of the discontinued LLVM Phabricator instance.

Fix for PR27750. Correctly handle the case where the FallThrough block == TBB in getFallThroughMBB.
ClosedPublic

Authored by DavidKreitzer on May 16 2016, 10:05 AM.

Diff Detail

Event Timeline

DavidKreitzer retitled this revision from to Fix for PR27750. Correctly handle the case where the FallThrough block == TBB in getFallThroughMBB..
DavidKreitzer updated this object.
DavidKreitzer added a reviewer: congh.
congh accepted this revision.May 16 2016, 10:16 AM
congh edited edge metadata.

LGTM. Thanks for the fix, David!

This revision is now accepted and ready to land.May 16 2016, 10:16 AM
This revision was automatically updated to reflect the committed changes.