[NFC] [Coroutines] Update the comments for lowering coro.save
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>
Thu, 7 Jul 2022 06:57:07 +0000 (14:57 +0800)
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>
Thu, 7 Jul 2022 06:57:41 +0000 (14:57 +0800)
commit66e15d4c01a9ac6898154d146e9b21b9ab843784
treef08b8b9ca5392c7798e76612cd81d103fb72a62f
parent011d2bf86487520c3515f16e0b1d32994bf2b48f
[NFC] [Coroutines] Update the comments for lowering coro.save

The original comment is not right. We don't store 0 all the time.
llvm/lib/Transforms/Coroutines/CoroSplit.cpp