qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6204] CRIS: bound operates directly on regs, no need to al


From: Edgar E. Iglesias
Subject: [Qemu-devel] [6204] CRIS: bound operates directly on regs, no need to allocate temp destination.
Date: Wed, 07 Jan 2009 13:15:29 +0000

Revision: 6204
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6204
Author:   edgar_igl
Date:     2009-01-07 13:15:29 +0000 (Wed, 07 Jan 2009)

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

Signed-off-by: Edgar E. Iglesias <address@hidden>

Modified Paths:
--------------
    trunk/target-cris/translate.c

Modified: trunk/target-cris/translate.c
===================================================================
--- trunk/target-cris/translate.c       2009-01-07 13:11:22 UTC (rev 6203)
+++ trunk/target-cris/translate.c       2009-01-07 13:15:29 UTC (rev 6204)
@@ -871,9 +871,6 @@
 
        writeback = 1;
 
-       if (op == CC_OP_BOUND)
-               tmp = tcg_temp_local_new();
-
        if (op == CC_OP_CMP) {
                tmp = tcg_temp_new();
                writeback = 0;






reply via email to

[Prev in Thread] Current Thread [Next in Thread]