<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Apr 13, 2009, at 9:06 AM, Anthony Danalis wrote:</div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000"><br></font>My problem is that if I use getNonLocalPointerDependency() I get the  <br>instruction "N=N+1" as a Def for the second parameter, "N",  and no  <br>Def for the fourth, "j", (only the call to "bar()" as clobber).<br>If I use getDependency() on the call, I get the instruction "N=N+7" as  <br>a clobber.<br></div></blockquote></div><br><div>The nonlocal in getNonLocalPointerDependency() means that it does not search the current block.</div><div><br></div><div>--Owen</div></body></html>