Files
llvm-6502/lib/IR
Duncan P. N. Exon Smith 24b6acf971 DI: Simplify DebugInfoFinder::processType(), NFC
Handle `DISubroutineType` up-front rather than as part of a branch for
`DICompositeTypeBase`.  The only shared code path was looking through
the base type, but `DISubroutineType` can never have a base type.

This also removes the last use of `DICompositeTypeBase`, since we can
strengthen the cast to `DICompositeType`.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243159 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-24 20:56:10 +00:00
..
2015-07-11 10:30:36 +00:00
2015-07-10 07:15:17 +00:00
2014-06-27 18:19:56 +00:00
2015-07-22 20:46:11 +00:00
2015-07-10 07:15:17 +00:00
2015-04-17 16:11:05 +00:00
2015-07-24 20:16:36 +00:00