| commit | 571baebacb99a415f39acdaafe321eeb855a8407 | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Tue Apr 14 01:59:58 2015 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Tue Apr 14 01:59:58 2015 +0000 |
| tree | c63a91db187e8de3fbc80527d1c9d9dc4648388f | |
| parent | de8e4273944004a9d5bf26254f46cf75d269e41e [diff] |
DebugInfo: Inline DIVariable::isBlockByrefVariable() into its callers I don't think this API is helping much. Change the callers to call `MDType::isBlockByrefStruct()` directly. llvm-svn: 234837