[all-commits] [llvm/llvm-project] 1ce2b5: [NFC] Use llvm::raw_string_ostream instead of std:...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Fri Mar 12 09:44:28 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ce2b584543a6ae350d976ec3db667e7265ee3fe
https://github.com/llvm/llvm-project/commit/1ce2b584543a6ae350d976ec3db667e7265ee3fe
Author: serge-sans-paille <sguelton at redhat.com>
Date: 2021-03-12 (Fri, 12 Mar 2021)
Changed paths:
M llvm/lib/Analysis/InlineAdvisor.cpp
Log Message:
-----------
[NFC] Use llvm::raw_string_ostream instead of std::stringstream
That's more efficient and we don't loose any valuable feature when doing so.
More information about the All-commits
mailing list