Skip to content

Commit 9b65b1e

Browse files
authored
[M68k] update dissassmbly test to require atLeastM68020 for BSR32 (#119758)
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
1 parent 5048808 commit 9b65b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/MC/Disassembler/M68k/control.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: llvm-mc -disassemble -triple m68k %s | FileCheck %s
1+
# RUN: llvm-mc -disassemble -triple m68k -mcpu=M68020 %s | FileCheck %s
22

33
# CHECK: bra $0
44
0x60 0x00 0x00 0x00

0 commit comments

Comments
 (0)