diff options
author | Craig Topper <craig.topper@gmail.com> | 2017-04-19 17:01:58 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2017-04-19 17:01:58 +0000 |
commit | c67fe57e1e2e2d23a152fc4d16c916e2d388d9d2 (patch) | |
tree | f3bb9c41e351dcb87a6a295e1de044829800049c /llvm/unittests/Support/MathExtrasTest.cpp | |
parent | a3c297dba429774fb1fe54eb59ea60b07cf5c879 (diff) | |
download | llvm-c67fe57e1e2e2d23a152fc4d16c916e2d388d9d2.zip llvm-c67fe57e1e2e2d23a152fc4d16c916e2d388d9d2.tar.gz llvm-c67fe57e1e2e2d23a152fc4d16c916e2d388d9d2.tar.bz2 |
[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
Diffstat (limited to 'llvm/unittests/Support/MathExtrasTest.cpp')
0 files changed, 0 insertions, 0 deletions