This is an archive of the discontinued LLVM Phabricator instance.

[ProfileSummary] Refactor getFromMD to prepare for another optional field. NFC.
ClosedPublic

Authored by hjyamauchi on May 19 2020, 12:16 PM.

Details

Summary

Rename 'i' to 'I'.
Factor out the optional field handling to getOptionalVal().
Split out of D79951.

Diff Detail