commit | 7bb480dbc274c74fb2ede464e3a1849c18fbfc8c | [log] [tgz] |
---|---|---|
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Thu Apr 16 22:27:54 2015 +0000 |
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Thu Apr 16 22:27:54 2015 +0000 |
tree | 1726c04b3c92c3857e7ad19548f2eba744cd6343 | |
parent | 9f25633170c973ac1b7c97fd29168e59929eb241 [diff] |
DebugInfo: Fix UserValue::match() in LiveDebugVariables after r235050 r235050 dropped the inlined-at field from `MDLocalVariable`, deferring to the `!dbg` attachments. Fix `UserValue` to take the `!dbg` into account when differentiating between variables. llvm-svn: 235140