commit | 887a8678629406379d79aa123f9c2e2b72d9cdac | [log] [tgz] |
---|---|---|
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Tue Mar 17 21:32:46 2015 +0000 |
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Tue Mar 17 21:32:46 2015 +0000 |
tree | 9dc4be6910c4e70cf3d9bd34bead468a62a77dbf | |
parent | 7e4820c1a6a9d561b5ca989bed0425f7f97c0537 [diff] |
DebugInfo: Drop fake DW_TAG_expression Break MDExpression off of DebugNode (inherit directly from `MDNode`) and drop the fake `DW_TAG_expression` tag in the process. AFAICT, there's no real functionality change here. The tag was originally used by `DIDescriptor::isExpression()` to discriminate between `MDNode`s, but in the new hierarchy we don't need that. Fixes PR22780. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232550 91177308-0d34-0410-b5e6-96231b3b80d8