Home | History | Annotate | Download | only in Hexagon
      1 ; RUN: llc -march=hexagon -filetype=obj < %s | llvm-objdump -d -r - | FileCheck %s
      2 
      3 declare void @bar()
      4 
      5 define void @foo() {
      6 call void @bar()
      7 ret void
      8 }
      9 
     10 ; CHECK: { call 0
     11 ; CHECK:   allocframe(#0)
     12 ; CHECK: 00000000:  R_HEX_B22_PCREL
     13 ; CHECK: { dealloc_return }
     14