summaryrefslogtreecommitdiff
path: root/mlir/docs/BytecodeFormat.md
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/docs/BytecodeFormat.md')
-rw-r--r--mlir/docs/BytecodeFormat.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/mlir/docs/BytecodeFormat.md b/mlir/docs/BytecodeFormat.md
index 9846df872629..f50ddeb25cc3 100644
--- a/mlir/docs/BytecodeFormat.md
+++ b/mlir/docs/BytecodeFormat.md
@@ -125,7 +125,9 @@ lazy-loading, and more. Each section contains a Section ID, whose high bit
indicates if the section has alignment requirements, a length (which allows for
skipping over the section), and an optional alignment. When an alignment is
present, a variable number of padding bytes (0xCB) may appear before the section
-data. The alignment of a section must be a power of 2. The input bytecode buffer must satisfy the same alignment requirements as those of every section.
+data. The alignment of a section must be a power of 2.
+The input bytecode buffer must satisfy the same alignment requirements as
+those of every section.
## MLIR Encoding