Add comments.

llvm-svn: 193874
This commit is contained in:
Manman Ren 2013-11-01 18:06:25 +00:00
parent 31d4c34433
commit 1d0b6bb2ef
1 changed files with 2 additions and 0 deletions

View 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".