[MLIR][LLVM] Fix a tiny typo in the dialect docs.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D92333
This commit is contained in:
ergawy 2020-12-01 20:06:33 +00:00 committed by Mehdi Amini
parent 79ba7967f4
commit 2074fec5be
1 changed files with 2 additions and 2 deletions

View File

@ -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: