This is an archive of the discontinued LLVM Phabricator instance.

Make HeaderLineno a local variable.
ClosedPublic

Authored by danielcdh on Oct 8 2015, 4:45 PM.

Details

Reviewers
dnovillo
davidxl
Summary

As we are using hierarchical profile, there is no need to keep HeaderLineno a member variable.

Diff Detail

Event Timeline

danielcdh updated this revision to Diff 36905.Oct 8 2015, 4:45 PM
danielcdh retitled this revision from to Make HeaderLineno a local variable..
danielcdh updated this object.
danielcdh added reviewers: dnovillo, davidxl.
danielcdh added a subscriber: llvm-commits.
dnovillo accepted this revision.Oct 8 2015, 5:18 PM
dnovillo edited edge metadata.

LGTM. Could you update the commit message to clarify a bit why having a hierarchical profile means we don't need to keep the head line number around? Useful for future reference.

Thanks.

This revision is now accepted and ready to land.Oct 8 2015, 5:18 PM
danielcdh closed this revision.Oct 9 2015, 9:52 AM