| commit | 57bab0bc97d1e6ff118fb2f3a2a6856cbedff1de | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Tue Feb 17 22:30:56 2015 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Tue Feb 17 22:30:56 2015 +0000 |
| tree | f4b956c4e0629db481c1ea19f9d9558c1de0ac80 | |
| parent | 1d89a02abbaa48745066a3c3eabe2fbaa2194def [diff] |
AsmPrinter: Take range in DwarfExpression::AddExpression(), NFC Previously `DwarfExpression::AddExpression()` relied on default-constructing the end iterators for `DIExpression` -- once the operands are represented explicitly via `MDExpression` (instead of via the strange `StringRef` navigator in `DIHeaderIterator`) this won't work. Explicitly take an iterator for the end of the range. llvm-svn: 229572