Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view test/CodeGen/Hexagon/calling-conv-2.ll @ 128:c347d3398279 default tip
fix
author | mir3636 |
---|---|
date | Wed, 06 Dec 2017 14:37:17 +0900 |
parents | afa8332a0e37 |
children |
line wrap: on
line source
; RUN: llc -march=hexagon -mcpu=hexagonv5 <%s | \ ; RUN: FileCheck %s --check-prefix=CHECK-ONE %struct.test_struct = type { i32, i8, i64 } ; CHECK-ONE: r1 = #45 define void @foo(%struct.test_struct* noalias nocapture sret %agg.result, i32 %a) #0 { entry: call void @bar(%struct.test_struct* sret %agg.result, i32 45) #2 ret void } declare void @bar(%struct.test_struct* sret, i32) #1