diff options
author | Craig Topper <craig.topper@sifive.com> | 2022-12-04 18:00:36 -0800 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2022-12-04 18:00:36 -0800 |
commit | 47ff3042e79b37bbfc19617836cfba1dbbdfec38 (patch) | |
tree | 3978e0acfa64a33c9ee710cfb86af1fe5ec0b473 /clang/lib/CodeGen/CodeGenModule.h | |
parent | c8c1d7afa96a40b4a4ffc9ad82ae44a5344349be (diff) | |
download | llvm-47ff3042e79b37bbfc19617836cfba1dbbdfec38.zip llvm-47ff3042e79b37bbfc19617836cfba1dbbdfec38.tar.gz llvm-47ff3042e79b37bbfc19617836cfba1dbbdfec38.tar.bz2 |
[RISCV] Use findFirstSet instead of countTrailingZeros. NFC
findFirstSet is a wrapper around countTrailingZeros so they are
equivalent here, but I think findFirstSet more cleary describes
the algorithm here.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
0 files changed, 0 insertions, 0 deletions