diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-12-12 19:21:53 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-12-12 19:21:53 +0000 |
commit | 623d8ceb08d8eb7f504c7d0cec7891a3725d0d94 (patch) | |
tree | b46f66404b0fa48138e058e2657384e1fac3a773 /llvm/lib | |
parent | 28574d36aaf95c8cca7c56f34dc60eabe2bb19fa (diff) | |
download | bcm5719-llvm-623d8ceb08d8eb7f504c7d0cec7891a3725d0d94.tar.gz bcm5719-llvm-623d8ceb08d8eb7f504c7d0cec7891a3725d0d94.zip |
Kerning.
llvm-svn: 170002
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/VMCore/Attributes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Attributes.cpp b/llvm/lib/VMCore/Attributes.cpp index 751ff85f21c..02c8aaeb530 100644 --- a/llvm/lib/VMCore/Attributes.cpp +++ b/llvm/lib/VMCore/Attributes.cpp @@ -356,7 +356,7 @@ uint64_t AttributesImpl::getStackAlignment() const { //===----------------------------------------------------------------------===// AttributeSet AttributeSet::get(LLVMContext &C, - ArrayRef<AttributeWithIndex> Attrs) { + ArrayRef<AttributeWithIndex> Attrs) { // If there are no attributes then return a null AttributesList pointer. if (Attrs.empty()) return AttributeSet(); |