aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/llvm/ParameterAttributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ParameterAttributes.h b/include/llvm/ParameterAttributes.h
index 30bead7..e1c2844 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
/// @}
};