DebugInfo: Inline DIVariable::isBlockByrefVariable() into its callers
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 14 Apr 2015 01:59:58 +0000 (01:59 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 14 Apr 2015 01:59:58 +0000 (01:59 +0000)
commit3e31f5eeb105539a137447f6b7c3914d304db008
tree9903c1deeb346fb879a0e823b91714888f32dc6f
parentb0b5cb29ab785eebab423ef93d5dd133c78dbe7a
DebugInfo: Inline DIVariable::isBlockByrefVariable() into its callers

I don't think this API is helping much.  Change the callers to call
`MDType::isBlockByrefStruct()` directly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234837 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/DebugInfo.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp