summary refs log tree commit diff stats
path: root/hw/net/virtio-net.c
diff options
context:
space:
mode:
authorChen Qun <kuhn.chenqun@huawei.com>2020-08-27 19:03:04 +0800
committerLaurent Vivier <laurent@vivier.eu>2020-09-01 11:55:15 +0200
commit07174c86b41e91d98ed2ee0ee12e516694853c6b (patch)
tree534a11132808a5232c7858a10cfac00e518d990e /hw/net/virtio-net.c
parentaa139a7cd0c572250cf19acd3621228b5d423ba3 (diff)
downloadfocaccia-qemu-07174c86b41e91d98ed2ee0ee12e516694853c6b.tar.gz
focaccia-qemu-07174c86b41e91d98ed2ee0ee12e516694853c6b.zip
target/arm/translate-a64:Remove dead assignment in handle_scalar_simd_shli()
Clang static code analyzer show warning:
target/arm/translate-a64.c:8635:14: warning: Value stored to 'tcg_rn' during its
 initialization is never read
    TCGv_i64 tcg_rn = new_tmp_a64(s);
             ^~~~~~   ~~~~~~~~~~~~~~
target/arm/translate-a64.c:8636:14: warning: Value stored to 'tcg_rd' during its
 initialization is never read
    TCGv_i64 tcg_rd = new_tmp_a64(s);
             ^~~~~~   ~~~~~~~~~~~~~~

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200827110311.164316-4-kuhn.chenqun@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/net/virtio-net.c')
0 files changed, 0 insertions, 0 deletions