diff options
author | Daniel Paoliello <danpao@microsoft.com> | 2024-09-30 10:40:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 10:40:01 -0700 |
commit | ce6369ed44abd687b154e5ea7ab6ad73d22f35cc (patch) | |
tree | fab1793a0a9caf11a1ceb5f55feda2221454f105 /llvm/unittests/Support/KnownBitsTest.cpp | |
parent | 005f815313566dadec4037d6a34dad513e760527 (diff) | |
download | llvm-ce6369ed44abd687b154e5ea7ab6ad73d22f35cc.zip llvm-ce6369ed44abd687b154e5ea7ab6ad73d22f35cc.tar.gz llvm-ce6369ed44abd687b154e5ea7ab6ad73d22f35cc.tar.bz2 |
Fix build break when building RISCVInstrInfo.cpp with MSVC (#110342)
After #109774 MSVC is failing to build LLVM with the error:
```
llvm\lib\Target\RISCV\RISCVInstrInfo.cpp(782): warning C4018: '<': signed/unsigned mismatch
```
Fix is ensure that the RHS is an unsigned integer.
Diffstat (limited to 'llvm/unittests/Support/KnownBitsTest.cpp')
0 files changed, 0 insertions, 0 deletions