mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Add comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193874 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e110c3fa6
commit
cc14cb31d4
@ -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".
|
||||
|
Loading…
Reference in New Issue
Block a user