[mlir] fix misformatted documentation for memref convention
authorAlex Zinenko <zinenko@google.com>
Mon, 17 May 2021 13:33:20 +0000 (15:33 +0200)
committerAlex Zinenko <zinenko@google.com>
Mon, 17 May 2021 13:33:20 +0000 (15:33 +0200)
The code-block ending marker was missing.

mlir/docs/LLVMDialectMemRefConvention.md

index d528f0c..8bcf704 100644 (file)
@@ -395,6 +395,7 @@ llvm.func @_mlir_ciface_foo(%arg0: !llvm.memref_2d_ptr, %arg1: !llvm.memref_2d_p
   llvm.store %8, %arg0 : !llvm.memref_2d_ptr
   llvm.return
 }
+```
 
 Rationale: Introducing auxiliary functions for C-compatible interfaces is
 preferred to modifying the calling convention since it will minimize the effect