summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-08 22:50:29 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-08 22:50:29 +0000
commitdb77ca7cc1b72efde81eba3886bc2b371255a0b2 (patch)
treed35c8874830cc6876f44144b3690080b813a2111
parentf71c15bda6d0e7811b61a56ccf496e9be197632c (diff)
downloadbcm5719-llvm-db77ca7cc1b72efde81eba3886bc2b371255a0b2.tar.gz
bcm5719-llvm-db77ca7cc1b72efde81eba3886bc2b371255a0b2.zip
Fix a typo.
llvm-svn: 35781
-rw-r--r--llvm/include/llvm/ParameterAttributes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/ParameterAttributes.h b/llvm/include/llvm/ParameterAttributes.h
index 897512d2519..6f774e0819d 100644
--- a/llvm/include/llvm/ParameterAttributes.h
+++ b/llvm/include/llvm/ParameterAttributes.h
@@ -132,7 +132,7 @@ class ParamAttrsList {
/// attributes for the specified parameter remain set and the attribute
/// given by \p attr is also set.
/// @brief Add a single ParameterAttribute
- void addAttribute(uint16_t param_index, ParameterAttribute attr);
+ void addAttribute(uint16_t param_index, ParameterAttributes attr);
/// This method will remove the \p attr to the parameter with index
/// \p param_index. If the parameter index does not exist in the list,
@@ -142,7 +142,7 @@ class ParamAttrsList {
/// Otherwise, the specified attribute is removed from the set of attributes
/// for the given index.
/// @brief Remove a single ParameterAttribute
- void removeAttribute(uint16_t param_index, ParameterAttribute attr);
+ void removeAttribute(uint16_t param_index, ParameterAttributes attr);
/// This is identical to addAttribute but permits you to set multiple
/// attributes at the same time. The \p attrs value is expected to be a
OpenPOWER on IntegriCloud