[APInt] Move the 'return *this' from the slow cases of assignment operators inline...
authorCraig Topper <craig.topper@gmail.com>
Wed, 19 Apr 2017 17:01:58 +0000 (17:01 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 19 Apr 2017 17:01:58 +0000 (17:01 +0000)
commitc67fe57e1e2e2d23a152fc4d16c916e2d388d9d2
treef3bb9c41e351dcb87a6a295e1de044829800049c
parenta3c297dba429774fb1fe54eb59ea60b07cf5c879
[APInt] Move the 'return *this' from the slow cases of assignment operators inline. We should let the compiler see that the fast/slow cases both return *this.

I don't think we chain assignments together very often so this shouldn't matter much.

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