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 5b93d4d commit 8e32a80Copy full SHA for 8e32a80
mlir/include/mlir/Target/LLVMIR/ModuleImport.h
@@ -355,7 +355,7 @@ class ModuleImport {
355
DictionaryAttr convertParameterAttribute(llvm::AttributeSet llvmParamAttrs,
356
OpBuilder &builder);
357
/// Converts the parameter and result attributes attached to `call` and adds
358
- /// them to the `callOp`. Implemented in terms of the other definition of
+ /// them to the `callOp`. Implemented in terms of the
359
/// the public definition of convertParameterAttributes.
360
void convertParameterAttributes(llvm::CallBase *call, CallOpInterface callOp,
361
0 commit comments