Skip to content

Commit 8a2fd1d

Browse files
authored
Update rv64c-valid.s
1 parent 2262393 commit 8a2fd1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/MC/RISCV/rv64c-valid.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# RUN: | FileCheck -check-prefixes=CHECK-NO-RV64 %s
1919

2020
# TODO: more exhaustive testing of immediate encoding.
21-
21+
2222
# CHECK-ASM-AND-OBJ: c.ldsp s0, 0(sp)
2323
# CHECK-ASM: encoding: [0x02,0x64]
2424
# CHECK-NO-EXT: error: instruction requires the following: 'C' (Compressed Instructions) or 'Zca' (part of the C extension, excluding compressed floating point loads/stores){{$}}
@@ -39,7 +39,7 @@ c.ld a4, 0(a3)
3939
# CHECK-NO-EXT: error: instruction requires the following: 'C' (Compressed Instructions) or 'Zca' (part of the C extension, excluding compressed floating point loads/stores){{$}}
4040
# CHECK-NO-RV64: error: instruction requires the following: 'Zclsd' (Compressed Load/Store pair instructions){{$}}
4141
c.sd a2, 248(a3)
42-
42+
4343
# CHECK-ASM-AND-OBJ: c.subw a3, a4
4444
# CHECK-ASM: encoding: [0x99,0x9e]
4545
c.subw a3, a4

0 commit comments

Comments
 (0)