Skip to content

Commit 96f3e7f

Browse files
committed
[RISCV] Fix test/MC/Disassembler/RISCV/invalid-instruction.txt after rL347988
The test for [0x00 0x00] failed due to the introduction of c.unimp. This particular test is unnecessary now that c.unimp was defined (and is tested in test/MC/RISCV/rv32c-valid.s). llvm-svn: 348117
1 parent 5c1ec2e commit 96f3e7f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/test/MC/Disassembler/RISCV/invalid-instruction.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
# Test generated by a LLVM MC Disassembler Protocol Buffer Fuzzer
55
# for the RISC-V assembly language.
66

7-
# This should not decode as c.addi4spn with 0 imm when compression is enabled.
8-
[0x00 0x00]
9-
# CHECK: warning: invalid instruction encoding
10-
117
# This should not decode as c.addi16sp with 0 imm when compression is enabled.
128
[0x01 0x61]
139
# CHECK: warning: invalid instruction encoding

0 commit comments

Comments
 (0)