diff options
author | Dan Gohman <gohman@apple.com> | 2008-10-15 22:55:03 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-10-15 22:55:03 +0000 |
commit | 65ac2fa8802676a5f7b2402f92dea6129d1f1903 (patch) | |
tree | aad6bfc8ce6c34ec33779ff341760aa73a080ed2 /include/llvm/Attributes.h | |
parent | 27d860e56657a2b0495d8776a3269bf69eda4159 (diff) | |
download | external_llvm-65ac2fa8802676a5f7b2402f92dea6129d1f1903.zip external_llvm-65ac2fa8802676a5f7b2402f92dea6129d1f1903.tar.gz external_llvm-65ac2fa8802676a5f7b2402f92dea6129d1f1903.tar.bz2 |
Fix whitespace in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57605 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Attributes.h')
-rw-r--r-- | include/llvm/Attributes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Attributes.h b/include/llvm/Attributes.h index 6deb0f4..b2117dd 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); } |