[PATCH] D51740: [PGO][CHR] Small cleanup.
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 6 15:28:43 PDT 2018
davidxl added inline comments.
================
Comment at: lib/Transforms/Instrumentation/ControlHeightReduction.cpp:426
+static inline
+raw_ostream LLVM_ATTRIBUTE_UNUSED &operator<<(raw_ostream &OS,
----------------
Why this change? Is anonymous namespace not enough?
Repository:
rL LLVM
https://reviews.llvm.org/D51740
More information about the llvm-commits
mailing list