diff options
Diffstat (limited to 'llvm/test/MC/AVR/inst-brlt.s')
-rw-r--r-- | llvm/test/MC/AVR/inst-brlt.s | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/llvm/test/MC/AVR/inst-brlt.s b/llvm/test/MC/AVR/inst-brlt.s index e16fd05..58e57c4d 100644 --- a/llvm/test/MC/AVR/inst-brlt.s +++ b/llvm/test/MC/AVR/inst-brlt.s @@ -16,6 +16,9 @@ bar: ; CHECK: brlt bar ; encoding: [0bAAAAA100,0b111100AA] ; INST-LABEL: <foo>: -; INST-NEXT: 44 f0 brlt .+16 -; INST-NEXT: 0c f0 brlt .+2 -; INST-NEXT: 04 f0 brlt .+0 +; INST-NEXT: fc f3 brlt .-2 +; INST-NEXT: R_AVR_7_PCREL .text+0x12 +; INST-NEXT: fc f3 brlt .-2 +; INST-NEXT: R_AVR_7_PCREL .text+0x6 +; INST-NEXT: fc f3 brlt .-2 +; INST-NEXT: R_AVR_7_PCREL .text+0x6 |