]> git.proxmox.com Git - mirror_qemu.git/commitdiff
CRIS: bound operates directly on regs, no need to allocate temp destination.
authoredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 7 Jan 2009 13:15:29 +0000 (13:15 +0000)
committeredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 7 Jan 2009 13:15:29 +0000 (13:15 +0000)
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6204 c046a42c-6fe2-441c-8c8c-71466251a162

target-cris/translate.c

index 243c789693d886864a3b385ab6a84671bd8a3952..b9aae8662f45615289c68b1823f4afe75aeb6555 100644 (file)
@@ -871,9 +871,6 @@ static void cris_alu(DisasContext *dc, int op,
 
        writeback = 1;
 
-       if (op == CC_OP_BOUND)
-               tmp = tcg_temp_local_new();
-
        if (op == CC_OP_CMP) {
                tmp = tcg_temp_new();
                writeback = 0;