| commit | 33111dfea04e63a8d21f03cd3e55fe40b1cc1b6e | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Sat Feb 02 05:56:24 2013 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Sat Feb 02 05:56:24 2013 +0000 |
| tree | 7297a137e10a5faf8997d1ccb86a7c4bc187c930 | |
| parent | e0c260f137eae9c3584cf56f00547f8ccfbf1b30 [diff] |
Remove the (apparently) unnecessary debug info metadata indirection. The main lists of debug info metadata attached to the compile_unit had an extra layer of metadata nodes they went through for no apparent reason. This patch removes that (& still passes just as much of the GDB 7.5 test suite). If anyone can show evidence as to why these extra metadata nodes are there I'm open to reverting this patch & documenting why they're there. llvm-svn: 174266