<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Dec 9, 2010, at 1:23 PM, Yuri wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">



<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">

<div bgcolor="#ffffff" text="#000000">
Here <a class="moz-txt-link-freetext" href="http://llvm.org/docs/ExceptionHandling.html#llvm_eh_selector">http://llvm.org/docs/ExceptionHandling.html#llvm_eh_selector</a>
llvm.eh.selector is declared like this:<br>
i32 %<a href="http://llvm.org/docs/ExceptionHandling.html#llvm_eh_selector">llvm.eh.selector</a>(i8*,
i8*, i8*, ...)
<br>
<br>
But when clang++ (rev.121360) writes the module with exceptions, it
writes it out like this:<br>
declare i32 @llvm.eh.selector(i8*, i8*, ...) nounwind<br>
<br>
Why there is such descrepancy? Which one is correct?<br>
<br></div></blockquote>Clang++ is correct. I fixed the documentation.</div><div><br></div><div>Thanks!</div><div>-bw</div><div><br></div><br></body></html>