This is an archive of the discontinued LLVM Phabricator instance.

[BlockPlacement] Remove an unnecessary continue. NFC
ClosedPublic

Authored by haicheng on Apr 5 2016, 6:56 AM.

Details

Summary

continue is at the bottom of the loop.

Diff Detail

Repository
rL LLVM

Event Timeline

haicheng updated this revision to Diff 52680.Apr 5 2016, 6:56 AM
haicheng retitled this revision from to [BlockPlacement] Remove an unnecessary continue. NFC.
haicheng updated this object.
haicheng added reviewers: mcrosier, gberry, mssimpso.
haicheng set the repository for this revision to rL LLVM.
haicheng added a subscriber: llvm-commits.
mcrosier accepted this revision.Apr 5 2016, 8:07 AM
mcrosier edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Apr 5 2016, 8:07 AM
haicheng closed this revision.Apr 5 2016, 11:13 AM

Committed in r265407.