19 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2 3; Check for successful compilation4; CHECK: jumpr r315 6target triple = "hexagon"7 8; Function Attrs: nounwind9define hidden fastcc void @f0() unnamed_addr #0 {10b0:11 call void @llvm.va_copy(ptr nonnull undef, ptr nonnull undef)12 ret void13}14 15; Function Attrs: nounwind16declare void @llvm.va_copy(ptr, ptr) #017 18attributes #0 = { nounwind }19