diff --git a/include/llvm/Attributes.h b/include/llvm/Attributes.h index 6deb0f411d4..b2117dd6be7 100644 --- a/include/llvm/Attributes.h +++ b/include/llvm/Attributes.h @@ -159,7 +159,7 @@ public: return getAttributes(0); } - /// getFnAttributes - The function attributes are returned. + /// getFnAttributes - The function attributes are returned. Attributes getFnAttributes() const { return getAttributes(~0); }