The argument IsImplicit in maybeTailCall is unused. I think it should be removed.
test-plan: check-llvm, check-clang
Differential D91243
[NFC][Coroutines] Remove unused `IsImplicit` argument in maybeTailCall ChuanqiXu on Nov 11 2020, 3:04 AM. Authored by
Details The argument IsImplicit in maybeTailCall is unused. I think it should be removed. test-plan: check-llvm, check-clang
Diff Detail Event TimelineComment Actions Good catch. Thanks for the fix! The IsImplicit argument for buildCoawaitCalls function can also be removed now. |