Skip to content

Commit d602737

Browse files
bcardosolopesgysit
andauthored
Update mlir/include/mlir/Target/LLVMIR/LLVMImportInterface.h
Co-authored-by: Tobias Gysi <[email protected]>
1 parent bf5770a commit d602737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Target/LLVMIR/LLVMImportInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class LLVMImportDialectInterface
9999
class LLVMImportInterface
100100
: public DialectInterfaceCollection<LLVMImportDialectInterface> {
101101
private:
102-
// Generate llvm.call_intrinsic when no supporting dialect available.
102+
/// Generate llvm.call_intrinsic when no supporting dialect available.
103103
LogicalResult
104104
convertUnregisteredIntrinsic(OpBuilder &builder, llvm::CallInst *inst,
105105
LLVM::ModuleImport &moduleImport) const;

0 commit comments

Comments
 (0)