diff --git a/design/mvp/CanonicalABI.md b/design/mvp/CanonicalABI.md index 952a68a3..c8e0b2aa 100644 --- a/design/mvp/CanonicalABI.md +++ b/design/mvp/CanonicalABI.md @@ -1618,8 +1618,7 @@ def max_case_alignment(cases): ``` As an optimization, `flags` are represented as packed bit-vectors. Like variant -discriminants, `flags` use the smallest integer that fits all the bits, falling -back to sequences of `i32`s when there are more than 32 flags. +discriminants, `flags` use the smallest integer that fits all the bits. ```python def alignment_flags(labels): n = len(labels)