diff options
Diffstat (limited to 'llvm/test/MC/AVR/inst-brlo.s')
-rw-r--r-- | llvm/test/MC/AVR/inst-brlo.s | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/llvm/test/MC/AVR/inst-brlo.s b/llvm/test/MC/AVR/inst-brlo.s index 48499aa..4b57e77 100644 --- a/llvm/test/MC/AVR/inst-brlo.s +++ b/llvm/test/MC/AVR/inst-brlo.s @@ -16,6 +16,9 @@ bar: ; CHECK: brlo bar ; encoding: [0bAAAAA000,0b111100AA] ; INST-LABEL: <foo>: -; INST-NEXT: 30 f0 brlo .+12 -; INST-NEXT: 70 f0 brlo .+28 -; INST-NEXT: 00 f0 brlo .+0 +; INST-NEXT: f8 f3 brlo .-2 +; INST-NEXT: R_AVR_7_PCREL .text+0xe +; INST-NEXT: f8 f3 brlo .-2 +; INST-NEXT: R_AVR_7_PCREL .text+0x20 +; INST-NEXT: f8 f3 brlo .-2 +; INST-NEXT: R_AVR_7_PCREL .text+0x6 |