diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-10-16 06:10:45 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-10-16 06:10:45 +0000 |
commit | f3d1500ab2c7364d3d0fb73a7e1b8c6339ab48b1 (patch) | |
tree | 470ebc1cf0b533edb3fe494386580e7c28cd63c8 /lib/VMCore | |
parent | e3f7be36c75ddcafb24b52c36c55c3dc17215db3 (diff) | |
download | external_llvm-f3d1500ab2c7364d3d0fb73a7e1b8c6339ab48b1.zip external_llvm-f3d1500ab2c7364d3d0fb73a7e1b8c6339ab48b1.tar.gz external_llvm-f3d1500ab2c7364d3d0fb73a7e1b8c6339ab48b1.tar.bz2 |
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.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/VMCore/Attributes.cpp b/lib/VMCore/Attributes.cpp index c79d000..4f55fb2 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. // //===----------------------------------------------------------------------===// |