| commit | bb11391d04de1c4564ffb297e918490bbc1623d3 | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Sat Apr 05 07:23:17 2014 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Sat Apr 05 07:23:17 2014 +0000 |
| tree | 1e23e4cfd7c6ffd840d2151bf813d02e39044e53 | |
| parent | 4d6da2bb4fd7c9479d49590b7e66fec15eaf1e3d [diff] |
DebugInfo: Avoid emitting constnants for every use While the folding set would deduplicate the nodes themselves and LLVM would handle not emitting the same global twice, it still meant creating a long/redundant list of global variables. llvm-svn: 205668