File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/test/ExecutionEngine/JITLink/AArch32 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ data_symbol:
100
100
# CHECK-INSTR: 00000014 <movw_prel>:
101
101
# CHECK-INSTR: 14: f240 0000 movw r0, #0x0
102
102
# 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)
104
104
.globl movw_prel
105
105
.type movw_prel,%function
106
106
.p2align 1
@@ -114,7 +114,7 @@ movw_prel:
114
114
# CHECK-INSTR: 00000018 <movt_prel>:
115
115
# CHECK-INSTR: 18: f2c0 0000 movt r0, #0x0
116
116
# 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)
118
118
.globl movt_prel
119
119
.type movt_prel,%function
120
120
.p2align 1
You can’t perform that action at this time.
0 commit comments