This is an archive of the discontinued LLVM Phabricator instance.

[NFC][Coroutines] Remove unused `IsImplicit` argument in maybeTailCall
ClosedPublic

Authored by ChuanqiXu on Nov 11 2020, 3:04 AM.

Details

Summary

The argument IsImplicit in maybeTailCall is unused. I think it should be removed.

test-plan: check-llvm, check-clang

Diff Detail

Event Timeline

ChuanqiXu created this revision.Nov 11 2020, 3:04 AM
ChuanqiXu requested review of this revision.Nov 11 2020, 3:04 AM

Good catch. Thanks for the fix! The IsImplicit argument for buildCoawaitCalls function can also be removed now.

ChuanqiXu updated this revision to Diff 304693.Nov 11 2020, 5:58 PM

Remove unused IsImplicit argument in buildCoawaitCalls.

lxfind accepted this revision.Nov 11 2020, 8:24 PM

Thank you!

This revision is now accepted and ready to land.Nov 11 2020, 8:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2020, 9:24 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript