Skip to content

Commit 3fc2a15

Browse files
Documentation: Remove warning that nonstandard primitive type sizes may reveal LLVM bugs (#58262)
1 parent a62a74e commit 3fc2a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ a name. A primitive type can optionally be declared to be a subtype of some supe
301301
is omitted, then the type defaults to having `Any` as its immediate supertype. The declaration
302302
of [`Bool`](@ref) above therefore means that a boolean value takes eight bits to store, and has
303303
[`Integer`](@ref) as its immediate supertype. Currently, only sizes that are multiples of
304-
8 bits are supported and you are likely to experience LLVM bugs with sizes other than those used above.
304+
8 bits are supported.
305305
Therefore, boolean values, although they really need just a single bit, cannot be declared to be any
306306
smaller than eight bits.
307307

0 commit comments

Comments
 (0)