| commit | 898e10e4d3602511db1b5a9add81b2356a6221d2 | [log] [tgz] |
|---|---|---|
| author | Zachary Turner <zturner@google.com> | Fri Jan 09 20:15:21 2015 +0000 |
| committer | Zachary Turner <zturner@google.com> | Fri Jan 09 20:15:21 2015 +0000 |
| tree | c2065eed033a0ccc6c6d4d616ac712a92a077898 | |
| parent | 225cc30afe18dd625f22519b6d4903ac4da08c3a [diff] |
Change int32_t to uint32_t to fix warnings. Variable was being declared as signed, but treated as unsigned at every point of use. Patch by Dan Sinclair Differential Revision: http://reviews.llvm.org/D6897 llvm-svn: 225540