diff options
Diffstat (limited to 'llvm/test/MC/AVR/inst-brtc.s')
-rw-r--r-- | llvm/test/MC/AVR/inst-brtc.s | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/llvm/test/MC/AVR/inst-brtc.s b/llvm/test/MC/AVR/inst-brtc.s index 312c55c..731b495 100644 --- a/llvm/test/MC/AVR/inst-brtc.s +++ b/llvm/test/MC/AVR/inst-brtc.s @@ -16,6 +16,9 @@ bar: ; CHECK: brtc bar ; encoding: [0bAAAAA110,0b111101AA] ; INST-LABEL: <foo>: -; INST-NEXT: d6 f4 brtc .+52 -; INST-NEXT: ce f4 brtc .+50 -; INST-NEXT: 06 f4 brtc .+0 +; INST-NEXT: fe f7 brtc .-2 +; INST-NEXT: R_AVR_7_PCREL .text+0x36 +; INST-NEXT: fe f7 brtc .-2 +; INST-NEXT: R_AVR_7_PCREL .text+0x36 +; INST-NEXT: fe f7 brtc .-2 +; INST-NEXT: R_AVR_7_PCREL .text+0x6 |