Skip to content

Commit 502c039

Browse files
authored
Added reference to @inbounds in the entry for --check-bounds (#39897)
Added explicit reference to `@inbounds` in the entry for `--check-bounds`, this is consistent with `--inline`, `--polly` and `--math-mode`.
1 parent 21762f2 commit 502c039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jloptions.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ static const char opts[] =
129129
" (default level is 1 if unspecified or 2 if used without a level)\n"
130130
#endif
131131
" --inline={yes|no} Control whether inlining is permitted, including overriding @inline declarations\n"
132-
" --check-bounds={yes|no} Emit bounds checks always or never (ignoring declarations)\n"
132+
" --check-bounds={yes|no} Emit bounds checks always or never (ignoring @inbounds declarations)\n"
133133
#ifdef USE_POLLY
134134
" --polly={yes|no} Enable or disable the polyhedral optimizer Polly (overrides @polly declaration)\n"
135135
#endif

0 commit comments

Comments
 (0)