[RISCV] Use 'unsigned' for XLen in RISCVTargetDefEmitter.cpp. NFC
authorCraig Topper <craig.topper@sifive.com>
Sat, 18 Mar 2023 07:41:03 +0000 (00:41 -0700)
committerCraig Topper <craig.topper@sifive.com>
Sat, 18 Mar 2023 08:00:48 +0000 (01:00 -0700)
commite9c5d8007efcda694b8a21f65d409efa78427724
tree27a85cdd3338cf5a889596ec23cc2bf9e0929271
parent864a2b25beac507cc76b50030757283aae434c0c
[RISCV] Use 'unsigned' for XLen in RISCVTargetDefEmitter.cpp. NFC

The values are small so the difference doesn't matter, but the
consuming function is defined to take 'unsigned'.
llvm/utils/TableGen/RISCVTargetDefEmitter.cpp