[svn:parrot] r36182 - trunk/compilers/imcc
coke at svn.parrot.org
coke at svn.parrot.org
Sat Jan 31 03:49:21 UTC 2009
Author: coke
Date: Sat Jan 31 03:49:21 2009
New Revision: 36182
URL: https://trac.parrot.org/parrot/changeset/36182
Log:
remove reference to obsolete ticket.
Modified:
trunk/compilers/imcc/optimizer.c
Modified: trunk/compilers/imcc/optimizer.c
==============================================================================
--- trunk/compilers/imcc/optimizer.c Sat Jan 31 03:47:52 2009 (r36181)
+++ trunk/compilers/imcc/optimizer.c Sat Jan 31 03:49:21 2009 (r36182)
@@ -51,7 +51,8 @@
runs with CFG and life info
used_once ... deletes assignments, when LHS is unused
-RT #46279 e.g. constant_propagation
+
+constant_propagation
post_optimizer: currently pcc_optimize in pcc.c
---------------
More information about the parrot-commits
mailing list