aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-12-12 19:21:53 +0000
committerBill Wendling <isanbard@gmail.com>2012-12-12 19:21:53 +0000
commit1ce47acc1cdb585bd033135a598e0f82e67e0e22 (patch)
tree6cf5ad797134a4562cf1d579bdb2748ba4cde86d /lib
parent8ce1209e93f4f1b5008cd9e06a55c2fb5747c6b4 (diff)
downloadexternal_llvm-1ce47acc1cdb585bd033135a598e0f82e67e0e22.zip
external_llvm-1ce47acc1cdb585bd033135a598e0f82e67e0e22.tar.gz
external_llvm-1ce47acc1cdb585bd033135a598e0f82e67e0e22.tar.bz2
Kerning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170002 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/VMCore/Attributes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Attributes.cpp b/lib/VMCore/Attributes.cpp
index 751ff85..02c8aae 100644
--- a/lib/VMCore/Attributes.cpp
+++ b/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();