diff options
-rw-r--r-- | include/llvm/ParameterAttributes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ParameterAttributes.h b/include/llvm/ParameterAttributes.h index 30bead7093..e1c2844bfe 100644 --- a/include/llvm/ParameterAttributes.h +++ b/include/llvm/ParameterAttributes.h @@ -156,7 +156,7 @@ class ParamAttrsList { uint16_t index; ///< Index of the parameter for which the attributes apply }; - SmallVector<ParamAttrsWithIndex,2> attrs; ///< The list of attributes + SmallVector<ParamAttrsWithIndex,4> attrs; ///< The list of attributes /// @} }; |