Fix a minor formatting issue.
authorMLIR Team <no-reply@google.com>
Thu, 2 May 2019 13:33:58 +0000 (06:33 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 6 May 2019 15:24:31 +0000 (08:24 -0700)
--

PiperOrigin-RevId: 246307329

mlir/g3doc/LangRef.md

index 6d29567..30d278e 100644 (file)
@@ -1246,7 +1246,7 @@ func @count(%x: i64) -> (i64, i64)
 }
 ```
 
-#### Blocks
+## Blocks
 
 Syntax:
 
@@ -1305,7 +1305,7 @@ of SSA is immediately apparent, and function arguments are no longer a special
 case: they become arguments to the entry block
 [[more rationale](Rationale.md#block-arguments-vs-phi-nodes)].
 
-### Operations
+## Operations
 
 Syntax:
 
@@ -1368,7 +1368,7 @@ reason about IR dumps and manipulate operations in C++, the MLIR compiler
 infrastructure uses C++ templates to make working with them convenient and safe.
 The details of this are not described in this document.
 
-## Standard Operations
+### Standard Operations
 
 TODO: shape, which returns a 1D tensor, and can take an unknown rank tensor as
 input.