Skip to content

Commit

Permalink
[docs][misexpect][NFC] Fix malformed table in docs
Browse files Browse the repository at this point in the history
Reviewed By: abrachet

Differential Revision: https://reviews.llvm.org/D122623
  • Loading branch information
ilovepi committed Mar 29, 2022
1 parent 0120391 commit a427e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clang/docs/MisExpect.rst
Expand Up @@ -64,7 +64,7 @@ Sampling. MisExpect Diagnostics are compatible with all Profiling formats.
+----------------+--------------------------------------------------------------------------------------+
| Profile Type | Description |
+================+======================================================================================+
| Frontend | Profiling instrumentation added during compilation by the frontend, i.e. ``clang`` |
| Frontend | Profiling instrumentation added during compilation by the frontend, i.e. ``clang`` |
+----------------+--------------------------------------------------------------------------------------+
| IR | Profiling instrumentation added during by the LLVM backend |
+----------------+--------------------------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion llvm/docs/MisExpect.rst
Expand Up @@ -62,7 +62,7 @@ Sampling. MisExpect Diagnostics are compatible with all Profiling formats.
+----------------+--------------------------------------------------------------------------------------+
| Profile Type | Description |
+================+======================================================================================+
| Frontend | Profiling instrumentation added during compilation by the frontend, i.e. ``clang`` |
| Frontend | Profiling instrumentation added during compilation by the frontend, i.e. ``clang`` |
+----------------+--------------------------------------------------------------------------------------+
| IR | Profiling instrumentation added during by the LLVM backend |
+----------------+--------------------------------------------------------------------------------------+
Expand Down

0 comments on commit a427e18

Please sign in to comment.