[svn:parrot] r42678 - trunk/compilers/imcc
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Sat Nov 21 13:20:12 UTC 2009
Author: jkeenan
Date: Sat Nov 21 13:20:07 2009
New Revision: 42678
URL: https://trac.parrot.org/parrot/changeset/42678
Log:
Change RT reference to TT reference.
Modified:
trunk/compilers/imcc/reg_alloc.c
Modified: trunk/compilers/imcc/reg_alloc.c
==============================================================================
--- trunk/compilers/imcc/reg_alloc.c Sat Nov 21 09:34:18 2009 (r42677)
+++ trunk/compilers/imcc/reg_alloc.c Sat Nov 21 13:20:07 2009 (r42678)
@@ -394,7 +394,7 @@
rebuild_reglist(unit);
/*
- * RT #57028 - graph coloring reg allocator ignores local_branch/local_return
+ * TT #1281 - graph coloring reg allocator ignores local_branch/local_return
if (IMCC_INFO(interp)->allocator == IMCC_VANILLA_ALLOCATOR)
*/
vanilla_reg_alloc(interp, unit);
More information about the parrot-commits
mailing list