This is an archive of the discontinued LLVM Phabricator instance.

[LoopInfo] Fix a typo in compareLoops
ClosedPublic

Authored by kazu on Jan 18 2021, 11:55 AM.

Details

Summary

The code here is checking to see if two sets are identical.
OtherBlocksSet should point to OtherL->getBlocksSet() instead.

Diff Detail

Event Timeline

kazu requested review of this revision.Jan 18 2021, 11:55 AM
kazu created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2021, 11:55 AM
fhahn accepted this revision.Jan 18 2021, 12:01 PM

LGTM, thanks!

This revision is now accepted and ready to land.Jan 18 2021, 12:01 PM
This revision was automatically updated to reflect the committed changes.