Skip to content

Commit 56aa89f

Browse files
committed
remove nextpc
1 parent 5cae6a9 commit 56aa89f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/ExecutionEngine/JITLink/AArch32/ELF_static_thumb_reloc.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ data_symbol:
100100
# CHECK-INSTR: 00000014 <movw_prel>:
101101
# CHECK-INSTR: 14: f240 0000 movw r0, #0x0
102102
# jitlink-check: decode_operand(movw_prel, 1) = \
103-
# jitlink-check: ((external_func - next_pc(movw_prel) + 4)&0x0000ffff)
103+
# jitlink-check: ((external_func - movw_prel)&0x0000ffff)
104104
.globl movw_prel
105105
.type movw_prel,%function
106106
.p2align 1
@@ -114,7 +114,7 @@ movw_prel:
114114
# CHECK-INSTR: 00000018 <movt_prel>:
115115
# CHECK-INSTR: 18: f2c0 0000 movt r0, #0x0
116116
# jitlink-check: decode_operand(movt_prel, 2) = \
117-
# jitlink-check: ((external_func - next_pc(movt_prel) + 4)&0xffff0000>>16)
117+
# jitlink-check: ((external_func - movt_prel)&0xffff0000>>16)
118118
.globl movt_prel
119119
.type movt_prel,%function
120120
.p2align 1

0 commit comments

Comments
 (0)