<br>I merge two files into a single patch as suggestion.<br><br><div class="gmail_quote">On Mon, May 14, 2012 at 11:41 PM, Jush Lu <span dir="ltr"><<a href="mailto:jush.msn@gmail.com" target="_blank">jush.msn@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Attached files are  patches for SelectCall() in ARMFastISel to support<br>
non-global callee, they doesn't give any warnings and passes all<br>
testcases. Please help me review these patches, thanks.<br>
<br>
Following is an example that this patch can handle.<br>
<br>
--------------------<br>
int foo(int i) {<br>
  return ++i;<br>
}<br>
<br>
int main() {<br>
  int (*fptr)(int) = &foo;<br>
  int i = fptr(2);<br>
  return 0;<br>
}<br>
--------------------------<br>
<br>
<br>
Jush<br>
</blockquote></div><br>