1 ; RUN: llc -mtriple x86_64-- -filetype asm -o - %s | FileCheck %s
2 ; RUN: llc -mtriple x86_64-unknown-windows-msvc -filetype asm -o - %s | FileCheck %s --check-prefix=MSVC
4 define swiftcc void @f() {
10 ; MSVC: .seh_stackalloc 8
11 ; MSVC: .seh_endprologue
13 declare swiftcc i64 @myFunc()
14 define swiftcc i64 @myFunc2() nounwind {
15 %r = tail call swiftcc i64 @myFunc()
19 ; CHECK-LABEL: myFunc2