[MLIR][doc] Fix the [TOC] tag in two doc
authorMehdi Amini <joker.eph@gmail.com>
Tue, 25 Apr 2023 07:08:20 +0000 (00:08 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Tue, 25 Apr 2023 07:10:26 +0000 (00:10 -0700)
Somehow it was escaped in these documents.

mlir/docs/ActionTracing.md
mlir/docs/Rationale/SideEffectsAndSpeculation.md

index 9e9ce56b99dd71b20a96d363f9b75b7332ffdac3..978fdbbe54d81c49d6d187f44b73d4c2ae029591 100644 (file)
@@ -1,6 +1,6 @@
 # Action: Tracing and Debugging MLIR-based Compilers
 
-\[TOC\]
+[TOC]
 
 See also the [slides](https://mlir.llvm.org/OpenMeetings/2023-02-23-Actions.pdf)
 and the [recording](https://youtu.be/ayQSyekVa3c) from the MLIR Open Meeting
index 713cb86e054f702d4debb1345a0fc62d0d2a9b5a..95320feaebd2d83ec55801aa2983dcbb40e815b0 100644 (file)
@@ -7,7 +7,7 @@ This rationale only applies to operations used in
 [CFG regions](../LangRef.md#control-flow-and-ssacfg-regions). Side effect
 modeling in [graph regions](../LangRef.md#graph-regions) is TBD.
 
-\[TOC\]
+[TOC]
 
 ## Overview