Skip to content

Commit

Permalink
[M68k] Update disassembler test case following up ADD / ADDA changes
Browse files Browse the repository at this point in the history
Update disassembler test case to reflect the changes on ADD/ADDA
instruction separation.
  • Loading branch information
mshockwave committed Aug 8, 2021
1 parent c5c3cdb commit 2167e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/MC/Disassembler/M68k/instructions.txt
Expand Up @@ -2,7 +2,7 @@

# CHECK: move.l %a1, %a0
0x20 0x49
# CHECK: add.l %a0, %a1
# CHECK: adda.l %a0, %a1
0xd3 0xc8
# CHECK: sub.w %d3, %d1
0x92 0x43
Expand Down

0 comments on commit 2167e23

Please sign in to comment.