From 65ac2fa8802676a5f7b2402f92dea6129d1f1903 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 15 Oct 2008 22:55:03 +0000 Subject: Fix whitespace in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57605 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Attributes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/Attributes.h') 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); } -- cgit v1.1