This changes int types to unsigned int in a few places: function indices
and [[ https://github.com/llvm-mirror/llvm/blob/088dcea9b165b0e5929d0fc89dfc1200dc3912f1/include/llvm/BinaryFormat/Wasm.h#L265-L273 | wasm::Valtype ]] (which is unsigend int enum). Currently these
values cannot have negative values anyway, so this should not be a
functional change for now.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM