]> granicus.if.org Git - llvm/commit
[APInt] Move APInt::getSplat out of line.
authorCraig Topper <craig.topper@gmail.com>
Tue, 2 May 2017 06:32:27 +0000 (06:32 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 2 May 2017 06:32:27 +0000 (06:32 +0000)
commit7d66f52694bdfabf0081a1d40b99fca0c189a988
tree29de099eeaab6b0219b1b283663a08a9de4cd8b6
parent382616f0dc1eaa3b693e1eb95f5546393fba3fe5
[APInt] Move APInt::getSplat out of line.

I think this method is probably too complex to be inlined.

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