1 # RUN: llc %s -mtriple=m68k -start-after=prologepilog -O0 -filetype=obj \
2 # RUN: -code-model=small -relocation-model=pic -o - \
3 # RUN: | extract-section .text -h \
6 #------------------------------------------------------------------------------
7 # Tests PC-Relative Calls' offsets. The rest requires relocation and tested
8 # appropriately elsewhere.
9 #------------------------------------------------------------------------------
17 # 04 CHECK-SAME: 4ebb 08fa
18 # 08 CHECK-SAME: 4ebb 080a
21 # 0c CHECK-SAME: 4eba fff2
22 # 10 CHECK-SAME: 4eba 0002
29 define dso_local void @BACKWARD() { entry: ret void }
30 define dso_local void @PCI() { entry: ret void }
31 define dso_local void @PCD() { entry: ret void }
32 define dso_local void @FORWARD() { entry: ret void }