diff options
author | Philip Reames <preames@rivosinc.com> | 2025-03-29 15:46:56 -0700 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2025-03-29 15:46:56 -0700 |
commit | e8059467ef0041f6735b23ef680eb9070e308e33 (patch) | |
tree | a7912d7a23bc6a085732b33110a1c5ebda282d51 /llvm/lib/CodeGen/MachineModuleSlotTracker.cpp | |
parent | f8ee58a3cbbe4de2ac6d006fad8363ae6d24aa57 (diff) | |
download | llvm-e8059467ef0041f6735b23ef680eb9070e308e33.zip llvm-e8059467ef0041f6735b23ef680eb9070e308e33.tar.gz llvm-e8059467ef0041f6735b23ef680eb9070e308e33.tar.bz2 |
[RISCV] Fix -Wsign-compare warning from f8ee58a
lib/Target/RISCV/RISCVISelLowering.cpp:4629:26: error: comparison of integers of different signs: 'unsigned int' and 'int' [-Werror,-Wsign-compare]
4629 | for (unsigned i = 0; i != NumElts; ++i) {
| ~ ^ ~~~~~~~
1 error generated.
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleSlotTracker.cpp')
0 files changed, 0 insertions, 0 deletions