1; RUN: llc -march=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(i8* nonnull undef, i8* nonnull undef) 12 ret void 13} 14 15; Function Attrs: nounwind 16declare void @llvm.va_copy(i8*, i8*) #0 17 18attributes #0 = { nounwind } 19