<div class="gmail_quote">2009/6/10 Sylvere Teissier <span dir="ltr"><<a href="mailto:st@invia.fr">st@invia.fr</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div class="im">> Calling 0 is undefined behavior; the optimizer is within its rights to<br>
> remove this.  Why do you want to call 0?<br>
<br>
</div>For example, on embedded platforms you call 0 to do a soft reset.</blockquote><div><br>I suggest you create an intrinsic named @llvm.mybackend.reset if that's your goal. It can then lower to any instruction sequence you want, including call 0.<br>

<br>Nick<br></div></div>