Commit 85220fba3510f51e0621854d19cf128b78cc0d20

Authored by edgar_igl
1 parent abd5c94e

CRIS: bound operates directly on regs, no need to allocate temp destination.

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
Showing 1 changed file with 0 additions and 3 deletions
target-cris/translate.c
@@ -871,9 +871,6 @@ static void cris_alu(DisasContext *dc, int op, @@ -871,9 +871,6 @@ static void cris_alu(DisasContext *dc, int op,
871 871
872 writeback = 1; 872 writeback = 1;
873 873
874 - if (op == CC_OP_BOUND)  
875 - tmp = tcg_temp_local_new();  
876 -  
877 if (op == CC_OP_CMP) { 874 if (op == CC_OP_CMP) {
878 tmp = tcg_temp_new(); 875 tmp = tcg_temp_new();
879 writeback = 0; 876 writeback = 0;