[PATCH] D84271: [docs] Fix Markdown format in Language Reference
Chris Morin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 14:46:16 PDT 2020
cmtm created this revision.
cmtm added reviewers: rriddle, ftynse.
Herald added subscribers: msifontes, jurahul, Kayjukh, grosul1, Joonsoo, stephenneuendorffer, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, jpienaar, mehdi_amini.
Herald added a project: MLIR.
Repository:
rG LLVM Github Monorepo
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.279633.patch
Type: text/x-patch
Size: 629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200721/37d90ff3/attachment.bin>
More information about the llvm-commits
mailing list