This is an archive of the discontinued LLVM Phabricator instance.

[llvm-profgen] Fix a typo in collectProfiledFunctions
ClosedPublic

Authored by hoy on Nov 1 2022, 3:18 PM.

Details

Summary

As titled. The change should have minimal impact since the targets of branch samples are mostly covered by range samples.

Diff Detail

Event Timeline

hoy created this revision.Nov 1 2022, 3:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2022, 3:18 PM
Herald added subscribers: modimo, wenlei. · View Herald Transcript
hoy requested review of this revision.Nov 1 2022, 3:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2022, 3:18 PM
wenlei accepted this revision.Nov 1 2022, 3:20 PM

good catch!

This revision is now accepted and ready to land.Nov 1 2022, 3:20 PM
wlei accepted this revision.Nov 1 2022, 3:21 PM

Good catch!

This revision was automatically updated to reflect the committed changes.