OSDN Git Service

[APInt] Move the setBit and clearBit methods inline.
authorCraig Topper <craig.topper@gmail.com>
Tue, 2 May 2017 05:49:40 +0000 (05:49 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 2 May 2017 05:49:40 +0000 (05:49 +0000)
commit382616f0dc1eaa3b693e1eb95f5546393fba3fe5
tree7b8242a7a23a593e23db7d28953c33e86931d872
parentafb34f6072211fc9deb6d68abc9d7ea50752e8d4
[APInt] Move the setBit and clearBit methods inline.

This makes setBit/clearBit more consistent with setBits which is already inlined.

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