[APInt] Add WORD_MAX constant and use it instead of UINT64_MAX. NFC
authorCraig Topper <craig.topper@gmail.com>
Sat, 22 Apr 2017 06:31:36 +0000 (06:31 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 22 Apr 2017 06:31:36 +0000 (06:31 +0000)
commit5e113742e7f02c276e5a3c9d241c181e6d6ec7ff
tree8ebd391418edb9c65dc782bdfe118caeda27af5d
parentc0bb21f38ea0e3bb545a0ee1f69692439460e9fb
[APInt] Add WORD_MAX constant and use it instead of UINT64_MAX. NFC

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