Revert "DebugInfo: Assume all subprogram DIEs have been created before any abstract...
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 20 May 2014 22:33:09 +0000 (22:33 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 20 May 2014 22:33:09 +0000 (22:33 +0000)
commited3abe4994fa5cbbae19257232bef87f83354b2d
treec3c2617728810b6aab5b82efa4de2c182f5bcc6d
parentadf1668bec523d96a6ddc9fffcc7ae092e919197
Revert "DebugInfo: Assume all subprogram DIEs have been created before any abstract subprograms are constructed."

This reverts commit r209178.

This seems to be asserting in an LTO build on some internal Apple
buildbots. No upstream reproduction (and I don't have an LLVM-aware gold
built right now to reproduce it personally) but it's a small patch & the
failure's semi-plausible so I'm going to revert first while I try to
reproduce this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209251 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp