diff options
Diffstat (limited to 'include/llvm/ParameterAttributes.h')
-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 caeb556a3f..080de46935 100644 --- a/include/llvm/ParameterAttributes.h +++ b/include/llvm/ParameterAttributes.h @@ -73,7 +73,7 @@ const uint16_t MutuallyIncompatible[3] = { ReadNone | ReadOnly }; -} +} // end namespace ParamAttr /// This is just a pair of values to associate a set of parameter attributes /// with a parameter index. |