mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix comment
llvm-svn: 178155
This commit is contained in:
parent
8a0ed6dcd6
commit
5289cb3fe6
@ -333,7 +333,7 @@ bool DIDescriptor::isEnumerator() const {
|
||||
return DbgNode && getTag() == dwarf::DW_TAG_enumerator;
|
||||
}
|
||||
|
||||
/// isObjCProperty - Return true if the specified tag is DW_TAG
|
||||
/// isObjCProperty - Return true if the specified tag is DW_TAG_APPLE_property.
|
||||
bool DIDescriptor::isObjCProperty() const {
|
||||
return DbgNode && getTag() == dwarf::DW_TAG_APPLE_property;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user