Skip to content
Commit c67fe57e authored by Craig Topper's avatar Craig Topper
Browse files

[APInt] Move the 'return *this' from the slow cases of assignment operators...

[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
parent a3c297db
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment