aboutsummaryrefslogtreecommitdiff
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
parent33ded08169dc4141f78adfd7612a98b111051223 (diff)
downloadopen-axiom-1fa9b881cc958d00fefed9ddc8eb4ebae7a04c54.tar.gz
* interp/i-analy.boot (bottomUpCompile): Use massageBackendCode in
lieu of mutateToBackendCode.
-rw-r--r--src/ChangeLog5
-rw-r--r--src/interp/i-analy.boot2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index db4f4e9e..963fe604 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
2010-07-27 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/i-analy.boot (bottomUpCompile): Use massageBackendCode in
+ lieu of mutateToBackendCode.
+
+2010-07-27 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/types.boot (%Code): Include %Char.
* interp/c-util.boot (middleEndExpand): Temporarilty Comment out
signature.
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 ==