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 721254f commit cf1eca1Copy full SHA for cf1eca1
mlir/include/mlir/Target/LLVMIR/ModuleImport.h
@@ -355,8 +355,8 @@ 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
359
- /// the public definition of convertParameterAttributes.
+ /// them to the `callOp`. Implemented in terms of the the public definition of
+ /// convertParameterAttributes.
360
void convertParameterAttributes(llvm::CallBase *call, CallOpInterface callOp,
361
362
/// Converts the attributes attached to `inst` and adds them to the `op`.
0 commit comments