From: Dan Gohman Date: Wed, 15 Oct 2008 22:55:03 +0000 (+0000) Subject: Fix whitespace in a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=65ac2fa8802676a5f7b2402f92dea6129d1f1903;p=oota-llvm.git Fix whitespace in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57605 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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); }