<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 1, 2013 at 2:46 PM, Eric Christopher <span dir="ltr"><<a href="mailto:echristo@gmail.com" target="_blank">echristo@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks for the comments :)<div><br></div><div>Just noticed that the file has _ rather than - in the file name. I think we prefer the latter to the former in llvm.</div>
</div></blockquote><div><br></div><div>Hi Eric,</div><div><br></div><div>I checked the testing cases for clang and llvm. The majority use "-", but some use "_", one example is "inline_invoke.ll".</div>
<div>Is using "-" rather than "_" something the community tries to enforce on newly added files?</div><div>If yes, I can help in that effort as well :)</div><div><br></div><div>Manman</div><div> </div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span class="HOEnZb"><font color="#888888"><div><br></div><div>-eric</div></font></span></div><div class="HOEnZb">
<div class="h5"><div class="gmail_extra">
<br><br><div class="gmail_quote">On Fri, Nov 1, 2013 at 11:06 AM, Manman Ren <span dir="ltr"><<a href="mailto:manman.ren@gmail.com" target="_blank">manman.ren@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Author: mren<br>
Date: Fri Nov  1 13:06:25 2013<br>
New Revision: 193874<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=193874&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=193874&view=rev</a><br>
Log:<br>
Add comments.<br>
<br>
Modified:<br>
    llvm/trunk/test/Transforms/Inline/inline_invoke_with_asm_call.ll<br>
<br>
Modified: llvm/trunk/test/Transforms/Inline/inline_invoke_with_asm_call.ll<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Inline/inline_invoke_with_asm_call.ll?rev=193874&r1=193873&r2=193874&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Inline/inline_invoke_with_asm_call.ll?rev=193874&r1=193873&r2=193874&view=diff</a><br>


==============================================================================<br>
--- llvm/trunk/test/Transforms/Inline/inline_invoke_with_asm_call.ll (original)<br>
+++ llvm/trunk/test/Transforms/Inline/inline_invoke_with_asm_call.ll Fri Nov  1 13:06:25 2013<br>
@@ -1,6 +1,8 @@<br>
 ; RUN: opt < %s -inline -S | FileCheck %s<br>
 target triple = "x86_64-apple-darwin"<br>
<br>
+; In inliner, we assume that inline asm does not throw. This testing case makes<br>
+; sure that the inliner does not convert "call asm" to "invoke asm".<br>
 ; rdar://15317907<br>
 ; CHECK-LABEL: @caller<br>
 ; Make sure we are generating "call asm" instead of "invoke asm".<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu" target="_blank">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div></div>