blob: 0138e424696c76bb794ee88c5f61f57568db8c48 [file] [log] [blame]
Krzysztof Parzyszekf6088122018-03-02 18:35:57 +00001; 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 }