OSDN Git Service

[APInt] Inline the single word case of lshrInPlace similar to what we do for <<=.
authorCraig Topper <craig.topper@gmail.com>
Tue, 18 Apr 2017 19:13:27 +0000 (19:13 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 18 Apr 2017 19:13:27 +0000 (19:13 +0000)
commit461e0b352d5e403b2d0fad59028f9e0681f13c7a
tree225dc6f806646a06c9b47991d9427e14997bf92f
parent6c361eb29724bb9a80372db032f77064691af08b
[APInt] Inline the single word case of lshrInPlace similar to what we do for <<=.

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