This is an archive of the discontinued LLVM Phabricator instance.

[clang] Fix a misleading variable name. NFC.
ClosedPublic

Authored by ikudrin on Sep 21 2020, 5:53 AM.

Details

Summary

The variable is true when frame pointers should be omitted in leaf functions, not kept.

Diff Detail

Event Timeline

ikudrin requested review of this revision.Sep 21 2020, 5:53 AM
ikudrin created this revision.
MaskRay accepted this revision.Sep 21 2020, 8:54 AM

Looks great! (I did notice this but I forgot to update it)

This revision is now accepted and ready to land.Sep 21 2020, 8:54 AM
This revision was automatically updated to reflect the committed changes.