<div dir="ltr">Thanks!  Should be fixed with r204888.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 13, 2014 at 6:59 PM, Rafael Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I just noticed that the documentation has<br>
<br>
struct Foo { int a, b; Foo(); ~Foo(); Foo(const &Foo); };<br>
void g(Foo a, Foo b);<br>
void f() {<br>
  f(1, Foo(), 3);<br>
}<br>
<br>
but there is no f with 3 arguments. The IR also seems to have bits<br>
from a previous design:<br>
<br>
declare void @g(%Foo* inalloca %memargs)<br>
<br>
but g is called with<br>
<br>
call void @g(%callframe.f* inalloca %memargs)<br>
<br>
note the type mismatch.<br>
<br>
Cheers,<br>
Rafael<br>
</blockquote></div><br></div>