1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-svn: 181226
This commit is contained in:
Eric Christopher 2013-05-06 17:50:46 +00:00
parent 6c3f6e1b02
commit 5bf0cdb91a

View File

@ -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) {