diff options
| author | Manman Ren <manman.ren@gmail.com> | 2013-11-01 18:06:25 +0000 |
|---|---|---|
| committer | Manman Ren <manman.ren@gmail.com> | 2013-11-01 18:06:25 +0000 |
| commit | 1d0b6bb2efab43f5587e5f121ad76b5e012bbceb (patch) | |
| tree | db8185a11b1ac3595c9583833a8e5a5292ed54a0 /llvm/test/Transforms/Inline | |
| parent | 31d4c34433e8fa72e19e908460194ff9341384f7 (diff) | |
| download | bcm5719-llvm-1d0b6bb2efab43f5587e5f121ad76b5e012bbceb.tar.gz bcm5719-llvm-1d0b6bb2efab43f5587e5f121ad76b5e012bbceb.zip | |
Add comments.
llvm-svn: 193874
Diffstat (limited to 'llvm/test/Transforms/Inline')
| -rw-r--r-- | llvm/test/Transforms/Inline/inline_invoke_with_asm_call.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Transforms/Inline/inline_invoke_with_asm_call.ll b/llvm/test/Transforms/Inline/inline_invoke_with_asm_call.ll index c1fb57d26b0..876f8d7455b 100644 --- a/llvm/test/Transforms/Inline/inline_invoke_with_asm_call.ll +++ b/llvm/test/Transforms/Inline/inline_invoke_with_asm_call.ll @@ -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". |

