aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-analy.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-07-27 19:21:08 +0000
committerdos-reis <gdr@axiomatics.org>2010-07-27 19:21:08 +0000
commit1fa9b881cc958d00fefed9ddc8eb4ebae7a04c54 (patch)
tree6deae055dce81676d7c9d25c9f7818076d3732f2 /src/interp/i-analy.boot
parent33ded08169dc4141f78adfd7612a98b111051223 (diff)
downloadopen-axiom-1fa9b881cc958d00fefed9ddc8eb4ebae7a04c54.tar.gz
* interp/i-analy.boot (bottomUpCompile): Use massageBackendCode in
lieu of mutateToBackendCode.
Diffstat (limited to 'src/interp/i-analy.boot')
-rw-r--r--src/interp/i-analy.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-analy.boot b/src/interp/i-analy.boot
index 78cd0a73..7ce9922e 100644
--- a/src/interp/i-analy.boot
+++ b/src/interp/i-analy.boot
@@ -296,7 +296,7 @@ computeTypeWithVariablesTarget(p, q) ==
bottomUpCompile t ==
$genValue:local := false
ms := bottomUp t
- mutateToBackendCode objVal getValue t
+ massageBackendCode objVal getValue t
ms
bottomUpUseSubdomain t ==