[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 9e9ce56..978fdbb 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 713cb86..95320fe 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