RISC-V: Eliminate redundant instruction macro
Checks
Commit Message
include/ChangeLog:
* opcode/riscv.h: Eliminate redundant instruction macro M_j.
Signed-off-by: Xiao Zeng <zengxiao@eswincomputing.com>
---
include/opcode/riscv.h | 1 -
1 file changed, 1 deletion(-)
Comments
Thanks, committed.
Nelson
On Mon, Jan 6, 2025 at 9:14 AM Xiao Zeng <zengxiao@eswincomputing.com>
wrote:
> include/ChangeLog:
>
> * opcode/riscv.h: Eliminate redundant instruction macro M_j.
>
> Signed-off-by: Xiao Zeng <zengxiao@eswincomputing.com>
> ---
> include/opcode/riscv.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/opcode/riscv.h b/include/opcode/riscv.h
> index 384107fbc20..de4c13fb6db 100644
> --- a/include/opcode/riscv.h
> +++ b/include/opcode/riscv.h
> @@ -643,7 +643,6 @@ enum
> M_FLx,
> M_Sx_FSx,
> M_CALL,
> - M_J,
> M_LI,
> M_EXTH,
> M_ZEXTW,
> --
> 2.17.1
>
>
@@ -643,7 +643,6 @@ enum
M_FLx,
M_Sx_FSx,
M_CALL,
- M_J,
M_LI,
M_EXTH,
M_ZEXTW,