[APInt] Use 'unsigned' instead of 'unsigned int' in the interface to the APInt tc...
authorCraig Topper <craig.topper@gmail.com>
Tue, 28 Mar 2017 05:32:48 +0000 (05:32 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 28 Mar 2017 05:32:48 +0000 (05:32 +0000)
commit592b134aa1ec8a6383eff4c88bb39950e84da123
treea44f4fa977d74fe5a7cccb07e94a9476f86ba164
parent910da13a07a4bf2d3a15ddeb23ff2dced95581fe
[APInt] Use 'unsigned' instead of 'unsigned int' in the interface to the APInt tc functions. This is more consistent with the rest of the codebase. NFC

llvm-svn: 298897
llvm/include/llvm/ADT/APInt.h
llvm/lib/Support/APInt.cpp