mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
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:
parent
8c605c601d
commit
ee278437e6
@ -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(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user