[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / Hexagon / calling-conv-2.ll
blob74913417d2f76d2e557b37ee61880fc540bc3f39
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
3 %struct.test_struct = type { i32, i8, i64 }
5 ; CHECK: r1 = #45
6 define void @foo(ptr noalias nocapture sret(%struct.test_struct) %agg.result, i32 %a) #0 {
7 entry:
8   call void @bar(ptr sret(%struct.test_struct) %agg.result, i32 45) #0
9   ret void
12 declare void @bar(ptr sret(%struct.test_struct), i32) #0
14 attributes #0 = { nounwind }