projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d860e
)
Fix whitespace in a comment.
author
Dan Gohman
<gohman@apple.com>
Wed, 15 Oct 2008 22:55:03 +0000
(22:55 +0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 15 Oct 2008 22:55:03 +0000
(22:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57605
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Attributes.h
patch
|
blob
|
history
diff --git
a/include/llvm/Attributes.h
b/include/llvm/Attributes.h
index 6deb0f411d49111d2b79b4e2bc633ae7c5740237..b2117dd6be76432f933b1f76d408daed63cc863e 100644
(file)
--- 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);
}