]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/arm: Remove unused tcg_out_addi()
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 12 Sep 2011 10:03:45 +0000 (11:03 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 1 Oct 2011 06:15:54 +0000 (06:15 +0000)
commitdf0eda9b73420363ad9dbf8c7eff47a0c4e47ff3
treec0392ce9c8d89840c9ad0457a8f7018c110da276
parentf28ffed52cd0fd4231adbf9b229a0c1bba1b2e3f
tcg/arm: Remove unused tcg_out_addi()

Remove the unused function tcg_out_addi() from the ARM TCG backend;
this fixes a compilation failure on ARM hosts with newer gcc.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tcg/arm/tcg-target.c