This is an archive of the discontinued LLVM Phabricator instance.

[Attributor][NFC] Refactoring `AANoFreeArgument::updateImpl`
ClosedPublic

Authored by uenoku on Dec 11 2019, 5:32 AM.

Details

Summary

Refactoring AANoFreeArgument::updateImpl. There is no test change.

Diff Detail

Event Timeline

uenoku created this revision.Dec 11 2019, 5:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 11 2019, 5:32 AM
sstefan1 accepted this revision.Dec 11 2019, 6:16 AM

lgtm.

llvm/lib/Transforms/IPO/Attributor.cpp
1567

looks like there's an extra ';' here.

This revision is now accepted and ready to land.Dec 11 2019, 6:16 AM
uenoku marked an inline comment as done.Dec 11 2019, 6:18 AM
uenoku added inline comments.
llvm/lib/Transforms/IPO/Attributor.cpp
1567

Yes, thanks.

This revision was automatically updated to reflect the committed changes.