summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/swift-error.ll
blob: 896166a369e3d91759168baa3cd37583d35fb4f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; RUN: llc -mtriple x86_64-unknown-windows-msvc -filetype asm -o - %s | FileCheck %s

%swift.error = type opaque

declare swiftcc void @f(%swift.error** swifterror)

define swiftcc void @g(i8*, i8*, i8*, i8*, %swift.error** swifterror %error) {
entry:
  call swiftcc void @f(%swift.error** nonnull nocapture swifterror %error)
  ret void
}

; CHECK-LABEL: g
; CHECK-NOT: pushq   %r12
; CHECK: callq   f
; CHECK-NOT: popq    %r12
; CHECK: retq

OpenPOWER on IntegriCloud