[svn:parrot] r42668 - trunk/compilers/imcc

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 03:45:04 UTC 2009


Author: jkeenan
Date: Sat Nov 21 03:45:03 2009
New Revision: 42668
URL: https://trac.parrot.org/parrot/changeset/42668

Log:
Delete reference to resolved RT #48280.

Modified:
   trunk/compilers/imcc/cfg.c

Modified: trunk/compilers/imcc/cfg.c
==============================================================================
--- trunk/compilers/imcc/cfg.c	Sat Nov 21 03:44:19 2009	(r42667)
+++ trunk/compilers/imcc/cfg.c	Sat Nov 21 03:45:03 2009	(r42668)
@@ -303,7 +303,6 @@
 
         if (ins->opnum == -1 && (ins->type & ITPCCSUB)) {
             if (first) {
-                /* RT #48280: Now the way to check for a sub is unit->type */
                 if (ins->type & ITLABEL) {
                     expand_pcc_sub_ret(interp, unit, ins);
                     ins->type &= ~ITLABEL;


More information about the parrot-commits mailing list