[Mlir-commits] [mlir] 3d99670 - [mlir][docs] Fix Markdown format in Language Reference
River Riddle
llvmlistbot at llvm.org
Tue Jul 21 15:05:48 PDT 2020
Author: Chris Morin
Date: 2020-07-21T15:04:28-07:00
New Revision: 3d9967039d4191b77f939ddc6c6ff4275df620c2
URL: https://github.com/llvm/llvm-project/commit/3d9967039d4191b77f939ddc6c6ff4275df620c2
DIFF: https://github.com/llvm/llvm-project/commit/3d9967039d4191b77f939ddc6c6ff4275df620c2.diff
LOG: [mlir][docs] Fix Markdown format in Language Reference
Differential Revision: https://reviews.llvm.org/D84271
Added:
Modified:
mlir/docs/LangRef.md
Removed:
################################################################################
diff --git a/mlir/docs/LangRef.md b/mlir/docs/LangRef.md
index 17736ce06528..59e9fcbfa7c7 100644
--- a/mlir/docs/LangRef.md
+++ b/mlir/docs/LangRef.md
@@ -359,7 +359,7 @@ operations.
### 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
More information about the Mlir-commits
mailing list