forked from Imagelibrary/binutils-gdb
RISC-V: fold duplicate code in vector_macro()
There's no need to have almost identical code twice. Do away with M_VMSGEU and instead simply use an unused (for these macros) field to tell apart both variants.
This commit is contained in:
@@ -563,7 +563,6 @@ enum
|
||||
M_SEXTB,
|
||||
M_SEXTH,
|
||||
M_VMSGE,
|
||||
M_VMSGEU,
|
||||
M_FLH,
|
||||
M_FSH,
|
||||
M_NUM_MACROS
|
||||
|
||||
Reference in New Issue
Block a user