diff --git a/qemu/tcg/optimize.c b/qemu/tcg/optimize.c index 58e88717..a6abef65 100644 --- a/qemu/tcg/optimize.c +++ b/qemu/tcg/optimize.c @@ -474,9 +474,8 @@ static TCGArg do_constant_folding_cond(TCGContext *s, TCGOpcode op, TCGArg x, default: return 2; } - } else { - return 2; } + return 2; } /* Return 2 if the condition can't be simplified, and the result