xref: /llvm-project/llvm/test/CodeGen/Hexagon/isel-vacopy.ll (revision 2208c97c1bec2512d4e47b6223db6d95a7037956)
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s
2
3; Check for successful compilation
4; CHECK: jumpr r31
5
6target triple = "hexagon"
7
8; Function Attrs: nounwind
9define hidden fastcc void @f0() unnamed_addr #0 {
10b0:
11  call void @llvm.va_copy(ptr nonnull undef, ptr nonnull undef)
12  ret void
13}
14
15; Function Attrs: nounwind
16declare void @llvm.va_copy(ptr, ptr) #0
17
18attributes #0 = { nounwind }
19