aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ==