<br><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
// Emit all the DIEs into a debug info section<br>
- emitDebugInfo();<br>
+ if (!useDwarfFission()) {<br>
+ emitDebugInfo();<br></blockquote><div><br></div><div>FWIW the if part of this patch was spurious, but shouldn't affect normal mode.</div><div><br></div><div>-eric </div></div></div>