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)
commitcb21505064b3377e56a0b7cc21fa3435fbca885d
tree3be8360a3f50a9e9c26e6e243d57257bd3e6bdd4
parent18673740dc76bedfd5de2c164967ef9797582377
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).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243149 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Verifier.cpp