Skip to content

Commit dbe5613

Browse files
committed
[llvm][docs] Fix text rendering in external suites section of Test suite guide
Since the "-" was the first character of a newline, it was rendered as a bullet point when it was supposed to be punctuation.
1 parent 9c67ae8 commit dbe5613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/TestSuiteGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,8 @@ The `train` dataset is used by default.
377377

378378
In addition to SPEC, the multimedia frameworks ffmpeg and dav1d can also
379379
be hooked up as external projects in the same way. By including them in
380-
llvm-test-suite, a lot more of potentially vectorizable code gets compiled
381-
- which can catch compiler bugs merely by triggering code generation asserts.
380+
llvm-test-suite, a lot more of potentially vectorizable code gets compiled -
381+
which can catch compiler bugs merely by triggering code generation asserts.
382382
Including them also adds small code correctness tests, that compare the
383383
output of the compiler generated functions against handwritten assembly
384384
functions. (On x86, building the assembly requires having the nasm tool

0 commit comments

Comments
 (0)