diff options
Diffstat (limited to 'llvm/test/MC/AVR/inst-brpl.s')
-rw-r--r-- | llvm/test/MC/AVR/inst-brpl.s | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/llvm/test/MC/AVR/inst-brpl.s b/llvm/test/MC/AVR/inst-brpl.s index 3487796..9049e24 100644 --- a/llvm/test/MC/AVR/inst-brpl.s +++ b/llvm/test/MC/AVR/inst-brpl.s @@ -16,6 +16,9 @@ bar: ; CHECK: brpl bar ; encoding: [0bAAAAA010,0b111101AA] ; INST-LABEL: <foo>: -; INST-NEXT: d2 f7 brpl .-12 -; INST-NEXT: 4a f4 brpl .+18 -; INST-NEXT: 02 f4 brpl .+0 +; INST-NEXT: fa f7 brpl .-2 +; INST-NEXT: R_AVR_7_PCREL .text-0xa +; INST-NEXT: fa f7 brpl .-2 +; INST-NEXT: R_AVR_7_PCREL .text+0x16 +; INST-NEXT: fa f7 brpl .-2 +; INST-NEXT: R_AVR_7_PCREL .text+0x6 |