Skip to content

Commit 9f4832d

Browse files
j2kunjoker-eph
andcommitted
Update mlir/docs/Tutorials/MlirOpt.md
Co-authored-by: Mehdi Amini <[email protected]>
1 parent 7d4d56e commit 9f4832d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/Tutorials/MlirOpt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ see [the MLIR paper](https://arxiv.org/abs/2002.11054).
2020
Two of the central concepts in MLIR are *dialects* and *lowerings*.
2121
In traditional compilers, there is typically one "dialect,"
2222
called an *intermediate representation*, or IR,
23-
that is the textual or data-structural description of a program
23+
that is the textual or data-structural representation of a program
2424
within the scope of the compiler's execution.
2525
For example, in GCC the IR is called GIMPLE,
2626
and in LLVM it's called LLVM-IR.

0 commit comments

Comments
 (0)