Skip to content

Commit 6375c43

Browse files
committed
[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in BytecodeDialectGen.cpp (NFC)
1 parent 1dc5d71 commit 6375c43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/tools/mlir-tblgen/BytecodeDialectGen.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ void Generator::emitParse(StringRef kind, const Record &x) {
151151
os << "\n\n";
152152
}
153153

154-
void printParseConditional(mlir::raw_indented_ostream &ios,
155-
ArrayRef<const Init *> args,
156-
ArrayRef<std::string> argNames) {
154+
static void printParseConditional(mlir::raw_indented_ostream &ios,
155+
ArrayRef<const Init *> args,
156+
ArrayRef<std::string> argNames) {
157157
ios << "if ";
158158
auto parenScope = ios.scope("(", ") {");
159159
ios.indent();

0 commit comments

Comments
 (0)