DebugInfo: Move DIType::is*() queries to MDType
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 7 Apr 2015 01:24:30 +0000 (01:24 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 7 Apr 2015 01:24:30 +0000 (01:24 +0000)
commit8395c21d775021accaea64bda80b20023354e95e
treef2426245641537be8803067712eb21ebb0d54120
parent5f3bcf7dc4b32328e2f408710b70d7b39a8ab1fc
DebugInfo: Move DIType::is*() queries to MDType

Move body of `DIType::isObjectPointer()` (etc.) to `MDType`, and change
the versions in `DIType` to forward there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234275 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/DebugInfo.h
include/llvm/IR/DebugInfoMetadata.h