mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-12 09:41:26 +00:00
[RISCV][test] Fix a couple of whitespace issues
This commit is contained in:
parent
1117d806ca
commit
bacb14b9f3
@ -19,7 +19,7 @@
|
||||
.insn r4 0x43, 0, 4, fa0, fa1, fa2, fa3 # CHECK: :[[@LINE]]:21: error: immediate must be an integer in the range [0, 3]
|
||||
|
||||
# Unrecognized opcode name
|
||||
.insn r UNKNOWN, 0, a1, a2, a3 #CHECK: :[[@LINE]]:9: error: opcode must be a valid opcode name or an immediate in the range [0, 127]
|
||||
.insn r UNKNOWN, 0, a1, a2, a3 # CHECK: :[[@LINE]]:9: error: opcode must be a valid opcode name or an immediate in the range [0, 127]
|
||||
|
||||
# Make fake mnemonics we use to match these in the tablegened asm match table isn't exposed.
|
||||
.insn_i 0x13, 0, a0, a1, 13, 14 # CHECK: :[[@LINE]]:1: error: unknown directive
|
||||
|
@ -90,7 +90,7 @@ mul a4, ra, s0
|
||||
lr.w t0, (t1)
|
||||
|
||||
# Test arch string without version number
|
||||
#CHECK: .option arch, rv32i2p1_m2p0_a2p1_c2p0
|
||||
# CHECK: .option arch, rv32i2p1_m2p0_a2p1_c2p0
|
||||
.option arch, rv32imac
|
||||
# CHECK-INST: mul a4, ra, s0
|
||||
# CHECK: # encoding: [0x33,0x87,0x80,0x02]
|
||||
|
Loading…
Reference in New Issue
Block a user