Prefer SmallVector::append/insert over push_back loops. Clang edition.
Same functionality, but hoists the vector growth out of the loop. llvm-svn: 229508
Loading
Please sign in to comment
Same functionality, but hoists the vector growth out of the loop. llvm-svn: 229508