From: Bill Wendling Date: Wed, 12 Dec 2012 19:21:53 +0000 (+0000) Subject: Kerning. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1ce47acc1cdb585bd033135a598e0f82e67e0e22;p=oota-llvm.git Kerning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170002 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/Attributes.cpp b/lib/VMCore/Attributes.cpp index 751ff85f21c..02c8aaeb530 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 Attrs) { + ArrayRef Attrs) { // If there are no attributes then return a null AttributesList pointer. if (Attrs.empty()) return AttributeSet();