80-column and trailing whitespace cleanup

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106885 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2010-06-25 21:02:24 +00:00
parent 8c605c601d
commit ee278437e6

View File

@ -523,7 +523,8 @@ public:
return NamedMDList.end();
}
/// Determine how many NamedMDNodes are in the Module's list of named metadata.
/// Determine how many NamedMDNodes are in the Module's list of named
/// metadata.
size_t named_metadata_size() const { return NamedMDList.size(); }
/// Determine if the list of named metadata is empty.
bool named_metadata_empty() const { return NamedMDList.empty(); }