> -----Original Message-----
> From: Anton Johansson <a...@rev.ng>
> Sent: Tuesday, January 31, 2023 4:32 PM
> To: qemu-devel@nongnu.org
> Cc: a...@rev.ng; Taylor Simpson <tsimp...@quicinc.com>; Brian Cain
> <bc...@quicinc.com>; Michael Lambert <mlamb...@quicinc.com>
> Subject: [PATCH] target/hexagon/idef-parser: Remove unused code paths
>
> Removes code paths used by COF instructions, which are no longer
> processed by idef-parser.
>
> Signed-off-by: Anton Johansson <a...@rev.ng>
> ---
> target/hexagon/idef-parser/idef-parser.h | 1 -
> target/hexagon/idef-parser/idef-parser.lex | 27 +------------
> target/hexagon/idef-parser/idef-parser.y | 45 +--------------------
> target/hexagon/idef-parser/macros.inc | 10 -----
> target/hexagon/idef-parser/parser-helpers.c | 3 --
> 5 files changed, 4 insertions(+), 82 deletions(-)
>
Tested-by: Taylor Simpson <tsimp...@quicinc.com>
Reviewed-by: Taylor Simpson <tsimp...@quicinc.com>