]> granicus.if.org Git - llvm/commit
[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)
commit0bdb15850fe69bf3e10337163f36d02b0a8cc8b9
tree0e1d3b20bb64b22fcf6ff051396999e989b89ab7
parent217a56948ad227ab581fdd771af26eb9b6bb1137
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298897 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APInt.h
lib/Support/APInt.cpp