We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d63fff commit 4a9b7a1Copy full SHA for 4a9b7a1
mlir/tools/mlir-tblgen/LLVMIRIntrinsicGen.cpp
@@ -197,7 +197,7 @@ class LLVMIntrinsic {
197
198
/// Prints the elements in "range" separated by commas and surrounded by "[]".
199
template <typename Range>
200
-void printBracketedRange(const Range &range, llvm::raw_ostream &os) {
+static void printBracketedRange(const Range &range, llvm::raw_ostream &os) {
201
os << '[';
202
llvm::interleaveComma(range, os);
203
os << ']';
0 commit comments