target/arm: remove redundant code
This call is redundant as it only retrieves a value that is not used further. Found by Linux Verification Center (linuxtesting.org) with SVACE. Signed-off-by: Denis Rastyogin <gerben@altlinux.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20241212120618.518369-1-gerben@altlinux.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
8032c78e55
commit
30c78658aa
@ -1099,8 +1099,6 @@ float64 HELPER(rintd)(float64 x, void *fp_status)
|
|||||||
|
|
||||||
ret = float64_round_to_int(x, fp_status);
|
ret = float64_round_to_int(x, fp_status);
|
||||||
|
|
||||||
new_flags = get_float_exception_flags(fp_status);
|
|
||||||
|
|
||||||
/* Suppress any inexact exceptions the conversion produced */
|
/* Suppress any inexact exceptions the conversion produced */
|
||||||
if (!(old_flags & float_flag_inexact)) {
|
if (!(old_flags & float_flag_inexact)) {
|
||||||
new_flags = get_float_exception_flags(fp_status);
|
new_flags = get_float_exception_flags(fp_status);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user