diff options
author | Heejin Ahn <aheejin@gmail.com> | 2018-11-02 19:25:09 +0000 |
---|---|---|
committer | Heejin Ahn <aheejin@gmail.com> | 2018-11-02 19:25:09 +0000 |
commit | 4808914a5829ebdb19d0eb5ab93281169db8ad2d (patch) | |
tree | 6abc7e088fdc03dba56c28a6ff68f1bbfb167d34 /lldb/unittests/ScriptInterpreter/Python | |
parent | 78f7a6eaa601bfdd6ae70ffd3da2254c21ff77f9 (diff) | |
download | llvm-4808914a5829ebdb19d0eb5ab93281169db8ad2d.zip llvm-4808914a5829ebdb19d0eb5ab93281169db8ad2d.tar.gz llvm-4808914a5829ebdb19d0eb5ab93281169db8ad2d.tar.bz2 |
[WebAssembly] Change indices types to unsined int (NFC)
Summary:
This changes int types to unsigned int in a few places: function indices
and `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.
Reviewers: sbc100
Subscribers: dschuff, jgravelle-google, sunfish, llvm-commits
Differential Revision: https://reviews.llvm.org/D54044
llvm-svn: 346031
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions