mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in LLVMIRIntrinsicGen.cpp (NFC)
This commit is contained in:
@@ -197,7 +197,7 @@ private:
|
||||
|
||||
/// Prints the elements in "range" separated by commas and surrounded by "[]".
|
||||
template <typename Range>
|
||||
void printBracketedRange(const Range &range, llvm::raw_ostream &os) {
|
||||
static void printBracketedRange(const Range &range, llvm::raw_ostream &os) {
|
||||
os << '[';
|
||||
llvm::interleaveComma(range, os);
|
||||
os << ']';
|
||||
|
||||
Reference in New Issue
Block a user