Skip to content

Commit cf1eca1

Browse files
committed
clang-format comment
1 parent 721254f commit cf1eca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/Target/LLVMIR/ModuleImport.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,8 @@ class ModuleImport {
355355
DictionaryAttr convertParameterAttribute(llvm::AttributeSet llvmParamAttrs,
356356
OpBuilder &builder);
357357
/// Converts the parameter and result attributes attached to `call` and adds
358-
/// them to the `callOp`. Implemented in terms of the
359-
/// the public definition of convertParameterAttributes.
358+
/// them to the `callOp`. Implemented in terms of the the public definition of
359+
/// convertParameterAttributes.
360360
void convertParameterAttributes(llvm::CallBase *call, CallOpInterface callOp,
361361
OpBuilder &builder);
362362
/// Converts the attributes attached to `inst` and adds them to the `op`.

0 commit comments

Comments
 (0)