]> granicus.if.org Git - llvm/commit
[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)
commit4010109a87278088c28f70ff73f69530a0af62b2
tree3b5cfc2d5d452b2e50d35a85e4d34693309e3c31
parente991dabbb6c093b50c18371115f2c4d460f8e2a8
[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+=.

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