summaryrefslogtreecommitdiff
path: root/src/compiler.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-04-15 10:00:30 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-04-15 10:00:30 -0400
commitc709e9b0889d0aa1997854a7ce90a44ad87b4a22 (patch)
tree1c801afa0b5552f7e73697de20c0b35160590932 /src/compiler.sml
parent1b647772af20a43a1d22469d98eda9cf43877a63 (diff)
'also' policies and policy reduction; calendar in good shape
Diffstat (limited to 'src/compiler.sml')
-rw-r--r--src/compiler.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.sml b/src/compiler.sml
index ba10ed74..def0e6c3 100644
--- a/src/compiler.sml
+++ b/src/compiler.sml
@@ -75,7 +75,7 @@ type ('src, 'dst) transform = {
}
val debug = ref false
-val doIflow = ref true
+val doIflow = ref false
fun transform (ph : ('src, 'dst) phase) name = {
func = fn input => let