compiler.tree: renaming is hard. cleanup -> cleanup-tree

db4
Doug Coleman 2015-06-05 23:18:43 -07:00
parent 16094d283b
commit fa2bf33659
6 changed files with 7 additions and 7 deletions

View File

@ -479,7 +479,7 @@ cell-bits 32 = [
[ ] [
[ { null } declare [ 1 ] [ 2 ] if ]
build-tree normalize propagate cleanup check-nodes
build-tree normalize propagate cleanup-tree check-nodes
] unit-test
[ t ] [

View File

@ -15,7 +15,7 @@ IN: compiler.tree.dead-code.tests
analyze-recursive
normalize
propagate
cleanup
cleanup-tree
escape-analysis
unbox-tuples
compute-def-use
@ -67,7 +67,7 @@ IN: compiler.tree.dead-code.tests
analyze-recursive
normalize
propagate
cleanup
cleanup-tree
escape-analysis
unbox-tuples
compute-def-use

View File

@ -20,7 +20,7 @@ IN: compiler.tree.def-use.tests
analyze-recursive
normalize
propagate
cleanup
cleanup-tree
compute-def-use
check-nodes ;

View File

@ -4,7 +4,7 @@ compiler.tree.propagation compiler.tree.cleanup ;
IN: compiler.tree.escape-analysis.check.tests
: test-checker ( quot -- ? )
build-tree normalize propagate cleanup run-escape-analysis? ;
build-tree normalize propagate cleanup-tree run-escape-analysis? ;
[ t ] [
[ { complex } declare [ real>> ] [ imaginary>> ] bi ]

View File

@ -34,7 +34,7 @@ M: node count-unboxed-allocations* drop ;
analyze-recursive
normalize
propagate
cleanup
cleanup-tree
escape-analysis
dup check-nodes
compute-def-use

View File

@ -13,7 +13,7 @@ IN: compiler.tree.tuple-unboxing.tests
analyze-recursive
normalize
propagate
cleanup
cleanup-tree
escape-analysis
unbox-tuples
check-nodes ;