[llvm] [llvm] Avoid 'raw_string_ostream::str()' (NFC) (PR #96995)

Youngsuk Kim via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 28 14:00:17 PDT 2024


================
@@ -148,7 +148,7 @@ std::string CompleteNodeLabelString(
   std::string Str;
   raw_string_ostream OS(Str);
   HandleBasicBlock(OS, *Node);
----------------
JOE1994 wrote:

Applied your feedback to follow-up commit. Thank you!

https://github.com/llvm/llvm-project/pull/96995


More information about the llvm-commits mailing list