mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Grammar.
llvm-svn: 181226
This commit is contained in:
parent
6c3f6e1b02
commit
5bf0cdb91a
@ -112,7 +112,8 @@ DIE::~DIE() {
|
||||
delete Children[i];
|
||||
}
|
||||
|
||||
/// Climb up the parent chain to get the compile unit DIE this DIE belongs to.
|
||||
/// Climb up the parent chain to get the compile unit DIE to which this DIE
|
||||
/// belongs.
|
||||
DIE *DIE::getCompileUnit() const{
|
||||
DIE *p = getParent();
|
||||
while (p) {
|
||||
|
Loading…
Reference in New Issue
Block a user