diff options
author | Yuxuan Chen <ych@fb.com> | 2024-07-10 22:22:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-10 22:22:45 -0700 |
commit | 0483f14b003cb3a2c0045d8f54523a2e9a266b0f (patch) | |
tree | 8000e0bccc0828f9efbb863c47d1a0e7eebc91ed /llvm/lib/CodeGen | |
parent | dbd00a5968d6c823d686714c91f2b4fcfd03797a (diff) | |
download | llvm-0483f14b003cb3a2c0045d8f54523a2e9a266b0f.zip llvm-0483f14b003cb3a2c0045d8f54523a2e9a266b0f.tar.gz llvm-0483f14b003cb3a2c0045d8f54523a2e9a266b0f.tar.bz2 |
[NFC][Coroutines] Remove redundant checks for replacing PrepareFns (#98392)
If `Coroutines.empty()` the following loop is going to be skipped
entirely and same goes for `PrepareFns.empty()`. These two conditions
here aren't useful and adds to complexity.
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions