From: edgar_igl Date: Wed, 7 Jan 2009 13:15:29 +0000 (+0000) Subject: CRIS: bound operates directly on regs, no need to allocate temp destination. X-Git-Tag: xen-3.4.0-rc2~71^2^2~130 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=85220fba3510f51e0621854d19cf128b78cc0d20;p=qemu-xen-4.1-testing.git CRIS: bound operates directly on regs, no need to allocate temp destination. Signed-off-by: Edgar E. Iglesias git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6204 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/target-cris/translate.c b/target-cris/translate.c index 243c78969..b9aae8662 100644 --- a/target-cris/translate.c +++ b/target-cris/translate.c @@ -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;