]> granicus.if.org Git - llvm/commitdiff
Add comments.
authorManman Ren <manman.ren@gmail.com>
Fri, 1 Nov 2013 18:06:25 +0000 (18:06 +0000)
committerManman Ren <manman.ren@gmail.com>
Fri, 1 Nov 2013 18:06:25 +0000 (18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193874 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Inline/inline_invoke_with_asm_call.ll

index c1fb57d26b09a4bcc04187efe29455e4b9adba4a..876f8d7455bf64bcb6759aa53f8484e04c5a58c7 100644 (file)
@@ -1,6 +1,8 @@
 ; RUN: opt < %s -inline -S | FileCheck %s
 target triple = "x86_64-apple-darwin"
 
+; In inliner, we assume that inline asm does not throw. This testing case makes
+; sure that the inliner does not convert "call asm" to "invoke asm".
 ; rdar://15317907
 ; CHECK-LABEL: @caller
 ; Make sure we are generating "call asm" instead of "invoke asm".