From: Mehdi Amini Date: Sat, 4 May 2019 04:38:39 +0000 (-0700) Subject: Minor fixes (formatting/typos) to the DeveloperGuide X-Git-Tag: llvmorg-11-init~1466^2~1828 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cad369b667c44a32760ab867edfe335fede2fbf7;p=platform%2Fupstream%2Fllvm.git Minor fixes (formatting/typos) to the DeveloperGuide -- PiperOrigin-RevId: 246621047 --- diff --git a/mlir/g3doc/DeveloperGuide.md b/mlir/g3doc/DeveloperGuide.md index 03a4d3f..d13203a 100644 --- a/mlir/g3doc/DeveloperGuide.md +++ b/mlir/g3doc/DeveloperGuide.md @@ -15,7 +15,7 @@ except: To avoid collision between options provided by different dialects, the naming convention is to prepend the dialect name to every dialect-specific passes and -options in general. Also options that are specific to a pass should also be -prefixed with the pass name. For example, the affine dialect is providing a -loop tiling pass that will be registered on the command line as "-affine-tile", -and the tile size option can be set with "-affine-tile-size". +options in general. Options that are specific to a pass should also be prefixed +with the pass name. For example, the affine dialect provides a loop tiling pass +that is registered on the command line as `-affine-tile`, and with a tile size +option that can be set with `-affine-tile-size`.