OSDN Git Service

[WebAssembly] Fix a compiler warning. NFC.
authorDan Gohman <dan433584@gmail.com>
Fri, 2 Dec 2016 20:13:05 +0000 (20:13 +0000)
committerDan Gohman <dan433584@gmail.com>
Fri, 2 Dec 2016 20:13:05 +0000 (20:13 +0000)
commit52e39958c8f9fab06d2b4c9549cc20019f92a8b4
treec660166eb498b2aa4d2628e3634ffbb7d2efcd5d
parenta6ae0e2562ec5323a09611b85e88be3fdb693bc4
[WebAssembly] Fix a compiler warning. NFC.

Fix a warning about a comparison between signed and unsigned integer
expressions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288532 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp