Skip to content

Commit c0fb8fe

Browse files
authored
Fix error message formatting and wording
1 parent a0e0ce4 commit c0fb8fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/error-messages/tool-errors/vectorizer-and-parallelizer-messages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ The 5*xx* reason codes apply to both the parallelizer and the vectorizer.
3636
| 503 | Loop includes exception-handling or switch statements. |
3737
| 504 | Loop body may throw an exception that requires destruction of a C++ object. |
3838
| 505 | Outer loop has a pre-incremented induction variable. Exiting analysis. |
39-
| 506 | Loop structural / canonical form failure. |
40-
| 507 | Bounds / initialization / termination / compare consistency failure. |
39+
| 506 | Loop structural or canonical form failure. |
40+
| 507 | Bounds, initialization, termination, or compare consistency failure. |
4141
| 508 | Stride derivation or usage failure |
4242
| 509 | Loop direction acceptability failure. |
4343

0 commit comments

Comments
 (0)