From 829f6bb59ed3f546d29775d90850a6c4593bd370 Mon Sep 17 00:00:00 2001 From: Saul Shanabrook Date: Sun, 23 Feb 2020 14:08:13 -0800 Subject: [PATCH] Fix wiki link in docs --- mlir/docs/LangRef.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/docs/LangRef.md b/mlir/docs/LangRef.md index 61a37b6d447db..b2a49d55bde0f 100644 --- a/mlir/docs/LangRef.md +++ b/mlir/docs/LangRef.md @@ -187,7 +187,7 @@ keywords may be added to future versions of MLIR without danger of collision with existing identifiers. The scope of SSA values is defined based on the standard definition of -[dominance](https://en.wikipedia.org/wiki/Dominator_\(graph_theory\)). Argument +[dominance](https://en.wikipedia.org/wiki/Dominator_(graph_theory)). Argument identifiers in mapping functions are in scope for the mapping body. Function identifiers and mapping identifiers are visible across the entire module.