<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><br></div><div>-eric</div></div><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">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>