Skip to content

Commit 11cf6f2

Browse files
joker-ephmahesh-attarde
authored andcommitted
[MLIR] Apply clang-tidy fixes for bugprone-argument-comment in PrintCallHelper.cpp (NFC)
1 parent e93bbb8 commit 11cf6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Conversion/LLVMCommon/PrintCallHelper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ LogicalResult mlir::LLVM::createPrintStrCall(
6767
auto arrayTy =
6868
LLVM::LLVMArrayType::get(IntegerType::get(ctx, 8), elementVals.size());
6969
auto globalOp = LLVM::GlobalOp::create(
70-
builder, loc, arrayTy, /*constant=*/true, LLVM::Linkage::Private,
70+
builder, loc, arrayTy, /*isConstant=*/true, LLVM::Linkage::Private,
7171
ensureSymbolNameIsUnique(moduleOp, symbolName, symbolTables), dataAttr);
7272

7373
auto ptrTy = LLVM::LLVMPointerType::get(builder.getContext());

0 commit comments

Comments
 (0)