target/nios2: Inline handle_instruction
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Jun 2021 21:04:24 +0000 (14:04 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 29 Jun 2021 17:02:58 +0000 (10:02 -0700)
commit1ff375d743724d4a31b6cebcf97961e24645eb71
treef6a4a734fe4cb94636ec6da3900df0237da4c020
parenta5f919d19c60d2085fdef4bf5c750b439c589c0a
target/nios2: Inline handle_instruction

Move handle_instruction into nios2_tr_translate_insn
as the only caller.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/nios2/translate.c