[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Hexagon / isel-vacopy.ll
blob81458ac13ef9807a4583b8ff129434b663abf38a
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
3 ; Check for successful compilation
4 ; CHECK: jumpr r31
6 target triple = "hexagon"
8 ; Function Attrs: nounwind
9 define hidden fastcc void @f0() unnamed_addr #0 {
10 b0:
11   call void @llvm.va_copy(ptr nonnull undef, ptr nonnull undef)
12   ret void
15 ; Function Attrs: nounwind
16 declare void @llvm.va_copy(ptr, ptr) #0
18 attributes #0 = { nounwind }