]> granicus.if.org Git - llvm/commit
[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)
commit82ba8a62686b97ebda4578162a632fbdcc36af35
tree9ff693be2c29dd285a8431919c8b9f7ae62dc7f3
parent2a867a816ec71aa28dd168949192b7b40efe9370
[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.

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