Skip to content

Commit

Permalink
[M68k] update dissassmbly test to require atLeastM68020 for BSR32 (#1…
Browse files Browse the repository at this point in the history
…19758)

Fixes test failure reported in #117371. `BSR32` was previously
(incorrectly) allowed for CPUs <M68020, this test was missed while
updating the rest to fit the new model
  • Loading branch information
knickish authored Dec 12, 2024
1 parent 5048808 commit 9b65b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/MC/Disassembler/M68k/control.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RUN: llvm-mc -disassemble -triple m68k %s | FileCheck %s
# RUN: llvm-mc -disassemble -triple m68k -mcpu=M68020 %s | FileCheck %s

# CHECK: bra $0
0x60 0x00 0x00 0x00
Expand Down

0 comments on commit 9b65b1e

Please sign in to comment.