Verifier: Remove unnecessary references to DW_TAG_subroutine_type, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 24 Jul 2015 19:52:18 +0000 (19:52 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 24 Jul 2015 19:52:18 +0000 (19:52 +0000)
commitdf9c9ff43bd634cbeda6d18bad3ad003cffd0e0e
tree3f9b09ee4927aa961b6846d7c0886b288994eb23
parent89c5e6ff490f57016b4f1950d3482b31a9ae099c
Verifier: Remove unnecessary references to DW_TAG_subroutine_type, NFC

Remove unnecessary references to `DW_TAG_subroutine_type` in
`visitDICompositeType()` and `visitDIDerivedTypeBase()`, since
`visitDISubroutineType()` doesn't call either of those (and shouldn't,
since subroutine types are really quite special).

llvm-svn: 243149
llvm/lib/IR/Verifier.cpp