This is an archive of the discontinued LLVM Phabricator instance.

[Refactor] Use enum instead of magic number in handleX86ForceAlignArgPointerAttr, NFC
ClosedPublic

Authored by etherzhhb on Jan 17 2018, 8:13 PM.

Details

Summary

Simple change to use Use enum instead of magic number in handleX86ForceAlignArgPointerAttr. No functional change

Diff Detail

Repository
rC Clang

Event Timeline

etherzhhb created this revision.Jan 17 2018, 8:13 PM
echristo accepted this revision.Jan 18 2018, 1:54 PM

LGTM.

Let me know if you need this committed.

This revision is now accepted and ready to land.Jan 18 2018, 1:54 PM

Thanks, I will commit tonight. If you want this patch before that, you could commit it for me.

This revision was automatically updated to reflect the committed changes.