diff options
Diffstat (limited to 'llvm/test/MC/AVR/inst-brvc.s')
-rw-r--r-- | llvm/test/MC/AVR/inst-brvc.s | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/llvm/test/MC/AVR/inst-brvc.s b/llvm/test/MC/AVR/inst-brvc.s index d493ff1..f65e735 100644 --- a/llvm/test/MC/AVR/inst-brvc.s +++ b/llvm/test/MC/AVR/inst-brvc.s @@ -16,6 +16,9 @@ bar: ; CHECK: brvc bar ; encoding: [0bAAAAA011,0b111101AA] ; INST-LABEL: <foo>: -; INST-NEXT: 93 f7 brvc .-28 -; INST-NEXT: 0b f7 brvc .-62 -; INST-NEXT: 03 f4 brvc .+0 +; INST-NEXT: fb f7 brvc .-2 +; INST-NEXT: R_AVR_7_PCREL .text-0x1a +; INST-NEXT: fb f7 brvc .-2 +; INST-NEXT: R_AVR_7_PCREL .text-0x3a +; INST-NEXT: fb f7 brvc .-2 +; INST-NEXT: R_AVR_7_PCREL .text+0x6 |