Skip to content

Commit ab637ee

Browse files
committed
fixup! address comments
1 parent d30c604 commit ab637ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ static constexpr DecoderListEntry DecoderList32[]{
691691
{DecoderTableXqci32, XqciFeatureGroup, "Qualcomm uC Extensions"},
692692
{DecoderTableXRivos32, XRivosFeatureGroup, "Rivos"},
693693
{DecoderTable32, {}, "standard 32-bit instructions"},
694-
{DecoderTableRV32Only32, {}, "RV32-only standard instructions"},
694+
{DecoderTableRV32Only32, {}, "RV32-only standard 32-bit instructions"},
695695
{DecoderTableZfinx32, {}, "Zfinx (Float in Integer)"},
696696
{DecoderTableZdinxRV32Only32, {}, "RV32-only Zdinx (Double in Integer)"},
697697
};
@@ -734,8 +734,8 @@ static constexpr DecoderListEntry DecoderList16[]{
734734
// Standard Extensions
735735
// DecoderTableZicfiss16 must be checked before DecoderTable16.
736736
{DecoderTableZicfiss16, {}, "Zicfiss (Shadow Stack 16-bit)"},
737-
{DecoderTable16, {}, "standard 16-bit Instructions"},
738-
{DecoderTableRV32Only16, {}, "RV32-only 16-bit Instructions"},
737+
{DecoderTable16, {}, "standard 16-bit instructions"},
738+
{DecoderTableRV32Only16, {}, "RV32-only 16-bit instructions"},
739739
// Zc* instructions incompatible with Zcf or Zcd
740740
{DecoderTableZcOverlap16,
741741
{},

0 commit comments

Comments
 (0)