[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / Hexagon / relax.ll
blobe2422316fa8de47f6bcd9adfaf9e6f7faa105667
1 ; RUN: llc -mtriple=hexagon -filetype=obj < %s | llvm-objdump --no-print-imm-hex -d -r - | FileCheck %s
3 declare void @bar()
5 define void @foo() {
6 call void @bar()
7 ret void
10 ; CHECK: { call 0
11 ; CHECK: 00000000:  R_HEX_B22_PCREL
12 ; CHECK:   allocframe(#0)
13 ; CHECK: { dealloc_return }