is expected to be in the global register in blocks before any assignment
to the value occurred to handle back branches correctly.
+2010-10-24 Klaus Treichel <ktreichel@web.de>
+
+ * jit/jit-reg-alloc.c (_jit_regs_alloc_global): Set in_global_register
+ on global register assignment.
+
2010-10-04 Klaus Treichel <ktreichel@web.de>
* jit/jit-internal.h: Add missing typedef in the declaration of the
--reg;
}
candidates[index]->has_global_register = 1;
+ candidates[index]->in_global_register = 1;
candidates[index]->global_reg = (short)reg;
jit_reg_set_used(gen->touched, reg);
jit_reg_set_used(gen->permanent, reg);