[APInt] Move the >64 bit case for flipAllBits out of line.
authorCraig Topper <craig.topper@gmail.com>
Mon, 27 Mar 2017 17:10:21 +0000 (17:10 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 27 Mar 2017 17:10:21 +0000 (17:10 +0000)
commitafc9e3534371e07010752db09063669842763705
tree8dfed373473f35d9126368bf195e635c44f88985
parentf70f6836709208c4ab726abccd84a3eca0ecd0e9
[APInt] Move the >64 bit case for flipAllBits out of line.

This is more consistent with what we do for other operations. This shrinks the opt binary on my build by ~72k.

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