| commit | f8a1967c8c37018a35a787b673f5dead1d524185 | [log] [tgz] |
|---|---|---|
| author | Manman Ren <manman.ren@gmail.com> | Mon Jul 28 22:24:06 2014 +0000 |
| committer | Manman Ren <manman.ren@gmail.com> | Mon Jul 28 22:24:06 2014 +0000 |
| tree | 9906cd6ae61da22a67a0e7f96447c375f1cc3aee | |
| parent | 831f05802e36c8002213a42e63b2a9a501a294d1 [diff] |
[Debug Info] add DISubroutineType and its creation takes DITypeArray. DITypeArray is an array of DITypeRef, at its creation, we will create DITypeRef (i.e use the identifier if the type node has an identifier). This is the last patch to unique the type array of a subroutine type. rdar://17628609 llvm-svn: 214132