[PATCH] D84271: [docs] Fix Markdown format in Language Reference
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 15:05:53 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3d9967039d41: [mlir][docs] Fix Markdown format in Language Reference (authored by cmtm, committed by rriddle).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84271/new/
https://reviews.llvm.org/D84271
Files:
mlir/docs/LangRef.md
Index: mlir/docs/LangRef.md
===================================================================
--- mlir/docs/LangRef.md
+++ mlir/docs/LangRef.md
@@ -359,7 +359,7 @@
### Functions
An MLIR Function is an operation with a name containing a single [SSACFG
-region)[#control-flow-and-ssacfg-regions]. Operations within this region
+region](#control-flow-and-ssacfg-regions). Operations within this region
cannot implicitly capture values defined outside of the function,
i.e. Functions are [IsolatedFromAbove](Traits.md#isolatedfromabove). All
external references must use function arguments or attributes that establish a
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84271.279640.patch
Type: text/x-patch
Size: 629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200721/0723c9be/attachment.bin>
More information about the llvm-commits
mailing list