[APInt] Take advantage of new operator*=(uint64_t) to remove a temporary APInt.
authorCraig Topper <craig.topper@gmail.com>
Mon, 8 May 2017 04:55:12 +0000 (04:55 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 8 May 2017 04:55:12 +0000 (04:55 +0000)
commitf15bec554147ad9e2fc2b255305d68694550ba3e
tree8f1262618ca4a7dcfc30c11c668e9e57e212977a
parenta51941f3140cf0ed5c79bf828ff3e418fc5df71d
[APInt] Take advantage of new operator*=(uint64_t) to remove a temporary APInt.

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