summaryrefslogtreecommitdiff
path: root/lib/VMCore
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-10-16 06:10:45 +0000
committerBill Wendling <isanbard@gmail.com>2012-10-16 06:10:45 +0000
commitf3d1500ab2c7364d3d0fb73a7e1b8c6339ab48b1 (patch)
tree470ebc1cf0b533edb3fe494386580e7c28cd63c8 /lib/VMCore
parente3f7be36c75ddcafb24b52c36c55c3dc17215db3 (diff)
downloadllvm-f3d1500ab2c7364d3d0fb73a7e1b8c6339ab48b1.tar.gz
llvm-f3d1500ab2c7364d3d0fb73a7e1b8c6339ab48b1.tar.bz2
llvm-f3d1500ab2c7364d3d0fb73a7e1b8c6339ab48b1.tar.xz
Cleanup whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166016 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore')
-rw-r--r--lib/VMCore/Attributes.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/VMCore/Attributes.cpp b/lib/VMCore/Attributes.cpp
index c79d000685..4f55fb203b 100644
--- a/lib/VMCore/Attributes.cpp
+++ b/lib/VMCore/Attributes.cpp
@@ -7,7 +7,8 @@
//
//===----------------------------------------------------------------------===//
//
-// This file implements the AttributesList class and Attribute utilities.
+// This file implements the Attributes, AttributeImpl, AttrBuilder,
+// AttributeListImpl, and AttrListPtr classes.
//
//===----------------------------------------------------------------------===//