| commit | 6289892c20a3c3c80c3c25ed303f9abb9758d421 | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Wed May 27 22:59:03 2015 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Wed May 27 22:59:03 2015 +0000 |
| tree | ec39454442c8a8bb12b83c43c609c65028a21973 | |
| parent | ca706e54a9a76cd2c26959c537bb90aa40514435 [diff] |
AsmPrinter: Return added DIE from DIE::addChild() Change `DIE::addChild()` to return a reference to the just-added node, and update consumers to use it directly. An upcoming commit will abstract away (and eventually change) the underlying storage of `DIE::Children`. llvm-svn: 238372