| commit | e872a6eb91eb915ae643d7bf97304d6f0cff140d | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Tue Apr 29 15:58:35 2014 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Tue Apr 29 15:58:35 2014 +0000 |
| tree | 8ed11c5dcd572014ed0b94d7541b66d7ed9764ee | |
| parent | 883ae9d9a3c1056ff9910b639f5538b901dc2ca8 [diff] |
DwarfDebug: Split the initialization of abstract and non-abstract subprogram DIEs. These were called from distinct places and had significant distinct behavior. No need to make that a dynamic check inside the function rather than just having two functions (refactoring some common code into a helper function to be called from the two separate functions). llvm-svn: 207539