[RISCV] Fix test/MC/Disassembler/RISCV/invalid-instruction.txt after rL347988
authorAlex Bradbury <asb@lowrisc.org>
Mon, 3 Dec 2018 10:35:46 +0000 (10:35 +0000)
committerAlex Bradbury <asb@lowrisc.org>
Mon, 3 Dec 2018 10:35:46 +0000 (10:35 +0000)
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

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

index 1bf033c..79e73e2 100644 (file)
@@ -4,10 +4,6 @@
 # Test generated by a LLVM MC Disassembler Protocol Buffer Fuzzer
 # for the RISC-V assembly language.
 
-# This should not decode as c.addi4spn with 0 imm when compression is enabled.
-[0x00 0x00]
-# CHECK: warning: invalid instruction encoding
-
 # This should not decode as c.addi16sp with 0 imm when compression is enabled.
 [0x01 0x61]
 # CHECK: warning: invalid instruction encoding