Avoid use-after-move warnings by using swap instead. NFCI.
Swap should be as quick in these cases, and leaves the original variables in a known (empty) state. llvm-svn: 360164
Loading
Please sign in to comment
Swap should be as quick in these cases, and leaves the original variables in a known (empty) state. llvm-svn: 360164