diff options
Diffstat (limited to 'llvm/test/MC/AVR/inst-breq.s')
-rw-r--r-- | llvm/test/MC/AVR/inst-breq.s | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/llvm/test/MC/AVR/inst-breq.s b/llvm/test/MC/AVR/inst-breq.s index d916f6d..8b8e85a 100644 --- a/llvm/test/MC/AVR/inst-breq.s +++ b/llvm/test/MC/AVR/inst-breq.s @@ -18,7 +18,10 @@ bar: ; CHECK: brbs 1, bar ; encoding: [0bAAAAA001,0b111100AA] ; INST-LABEL: <foo>: -; INST-NEXT: b9 f3 breq .-18 -; INST-NEXT: d1 f3 breq .-12 -; INST-NEXT: b9 f3 breq .-18 -; INST-NEXT: 01 f0 breq .+0 +; INST-NEXT: f9 f3 breq .-2 +; INST-NEXT: R_AVR_7_PCREL .text-0x10 +; INST-NEXT: f9 f3 breq .-2 +; INST-NEXT: R_AVR_7_PCREL .text-0x8 +; INST-NEXT: f9 f3 breq .-2 +; INST-NEXT: R_AVR_7_PCREL .text-0xc +; INST-NEXT: f9 f3 breq .-2 |