This is an archive of the discontinued LLVM Phabricator instance.

[JumpThread] No need to erase BB from LoopHeaders. NFC.
ClosedPublic

Authored by junbuml on Jan 27 2017, 1:58 PM.

Details

Summary

No need to try to ease BB from LoopHeaders as we already know that BB is not in LoopHeaders.

Diff Detail

Repository
rL LLVM

Event Timeline

junbuml created this revision.Jan 27 2017, 1:58 PM
rengolin accepted this revision.Feb 1 2017, 9:22 AM

Obvious patch. LGTM. Thanks!

This revision is now accepted and ready to land.Feb 1 2017, 9:22 AM
This revision was automatically updated to reflect the committed changes.