aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineModuleInfo.cpp
diff options
context:
space:
mode:
authorPhilip Reames <preames@rivosinc.com>2025-03-29 15:46:56 -0700
committerPhilip Reames <listmail@philipreames.com>2025-03-29 15:46:56 -0700
commite8059467ef0041f6735b23ef680eb9070e308e33 (patch)
treea7912d7a23bc6a085732b33110a1c5ebda282d51 /llvm/lib/CodeGen/MachineModuleInfo.cpp
parentf8ee58a3cbbe4de2ac6d006fad8363ae6d24aa57 (diff)
downloadllvm-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/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions