Krzysztof Parzyszek | f608812 | 2018-03-02 18:35:57 +0000 | [diff] [blame] | 1 | ; RUN: llc -march=hexagon < %s | FileCheck %s |
2 | |||||
3 | ; Check for successful compilation | ||||
4 | ; CHECK: jumpr r31 | ||||
5 | |||||
6 | target triple = "hexagon" | ||||
7 | |||||
8 | ; Function Attrs: nounwind | ||||
9 | define hidden fastcc void @f0() unnamed_addr #0 { | ||||
10 | b0: | ||||
11 | call void @llvm.va_copy(i8* nonnull undef, i8* nonnull undef) | ||||
12 | ret void | ||||
13 | } | ||||
14 | |||||
15 | ; Function Attrs: nounwind | ||||
16 | declare void @llvm.va_copy(i8*, i8*) #0 | ||||
17 | |||||
18 | attributes #0 = { nounwind } |