aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/Hexagon/isel-vacopy.ll
blob: ec94f938a801a9e8dd3a057208197348b84295e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; RUN: llc -mtriple=hexagon < %s | FileCheck %s

; Check for successful compilation
; CHECK: jumpr r31

target triple = "hexagon"

; Function Attrs: nounwind
define hidden fastcc void @f0() unnamed_addr #0 {
b0:
  call void @llvm.va_copy(ptr nonnull undef, ptr nonnull undef)
  ret void
}

; Function Attrs: nounwind
declare void @llvm.va_copy(ptr, ptr) #0

attributes #0 = { nounwind }