<br><br><div class="gmail_quote">On Mon, Aug 23, 2010 at 4:46 AM, Jeffrey Yasskin <span dir="ltr"><<a href="mailto:jyasskin@google.com">jyasskin@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Devang, why does this argument to processDebugLoc even exist? I don't<br>
see it used anywhere, you didn't update the MachineCodeEmitter.h<br>
comment to mention it, and your commit adding it only says "Update<br>
processDebugLoc() so that it can be used to process debug info before<br>
and after printing an instruction."<br>
<div><div></div><div class="h5"><br></div></div></blockquote></div><div><br></div><div>Imagine a lexical scope represented by a single machine instruction. You want to emit a label before and after the instruction to record instruction range for the scope.</div>
-<br>Devang<br>