[APInt] Simplify some code by using operator+=(uint64_t) instead of doing a more...
authorCraig Topper <craig.topper@gmail.com>
Sun, 2 Apr 2017 06:59:38 +0000 (06:59 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 2 Apr 2017 06:59:38 +0000 (06:59 +0000)
commitb7d8faa2314a486af49df30c8c5e034ff0578fd6
tree077e0285c0610fa436e9ec2b313275f083f91095
parentd7ed50de260ffe660d1a3308599b006237155025
[APInt] Simplify some code by using operator+=(uint64_t) instead of doing a more complex assignment into a temporary APInt just to use the APInt operator+=.

llvm-svn: 299324
llvm/lib/Support/APInt.cpp