[llvm-branch-commits] [mlir] 2074fec - [MLIR][LLVM] Fix a tiny typo in the dialect docs.
Mehdi Amini via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Dec 1 12:11:52 PST 2020
Author: ergawy
Date: 2020-12-01T20:06:41Z
New Revision: 2074fec5beb4eca9d438acd3b37c2c6d20b891b1
URL: https://github.com/llvm/llvm-project/commit/2074fec5beb4eca9d438acd3b37c2c6d20b891b1
DIFF: https://github.com/llvm/llvm-project/commit/2074fec5beb4eca9d438acd3b37c2c6d20b891b1.diff
LOG: [MLIR][LLVM] Fix a tiny typo in the dialect docs.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D92333
Added:
Modified:
mlir/docs/Dialects/LLVM.md
Removed:
################################################################################
diff --git a/mlir/docs/Dialects/LLVM.md b/mlir/docs/Dialects/LLVM.md
index 57c32a3fc74b..9f423c0b3323 100644
--- a/mlir/docs/Dialects/LLVM.md
+++ b/mlir/docs/Dialects/LLVM.md
@@ -474,8 +474,8 @@ llvm.mlir.global @glob(0 : f32) : !llvm.float
Unlike LLVM IR, MLIR does not have first-class null pointers. They must be
explicitly created as SSA values using `llvm.mlir.null`. This operation has
-operands or attributes, and returns a null value of a wrapped LLVM IR pointer
-type.
+no operands or attributes, and returns a null value of a wrapped LLVM IR
+pointer type.
Examples:
More information about the llvm-branch-commits
mailing list