1 ; RUN: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
3 ; CHECK-NOT: allocframe
5 ; CHECK: jump bar_empty
7 define void @foo_empty(i32 %h) nounwind {
9 %add = add nsw i32 %h, 3
10 %call = tail call i32 bitcast (i32 (...)* @bar_empty to i32 (i32)*)(i32 %add) nounwind
14 declare i32 @bar_empty(...)