dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[dotgnu-pnet-commits] libjit/jit jit-reg-alloc.c


From: Aleksey Demakov
Subject: [dotgnu-pnet-commits] libjit/jit jit-reg-alloc.c
Date: Fri, 16 Jun 2006 18:13:32 +0000

CVSROOT:        /sources/dotgnu-pnet
Module name:    libjit
Changes by:     Aleksey Demakov <avd>   06/06/16 18:13:32

Modified files:
        jit            : jit-reg-alloc.c 

Log message:
        missed from the previous commit

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libjit/jit/jit-reg-alloc.c?cvsroot=dotgnu-pnet&r1=1.34&r2=1.35

Patches:
Index: jit-reg-alloc.c
===================================================================
RCS file: /sources/dotgnu-pnet/libjit/jit/jit-reg-alloc.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- jit-reg-alloc.c     16 Jun 2006 17:53:51 -0000      1.34
+++ jit-reg-alloc.c     16 Jun 2006 18:13:32 -0000      1.35
@@ -2735,7 +2735,7 @@
                                {
                                        continue;
                                }
-#if !ALLOW_LONGS_USE_GLOBAL
+#if !ALLOW_CLOBBER_GLOBAL
                                if(other_reg >= 0 && 
jit_reg_is_used(gen->permanent, other_reg))
                                {
                                        continue;
@@ -2750,7 +2750,7 @@
                                {
                                        cost = compute_spill_cost(gen, regs, 
reg, other_reg);
                                }
-#if ALLOW_LONGS_USE_GLOBAL
+#if ALLOW_CLOBBER_GLOBAL
                                if(other_reg >= 0 && 
jit_reg_is_used(gen->permanent, other_reg))
                                {
                                        cost += COST_CLOBBER_GLOBAL;




reply via email to

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