diff src/compiler.sml @ 1236:d5ecceb7d1a1

Completely redid main Iflow logic; so far, policy and policy2 work
author Adam Chlipala <adamc@hcoop.net>
date Tue, 13 Apr 2010 16:30:46 -0400
parents a7b773f1d053
children beb67ff4c8a0
line wrap: on
line diff
--- a/src/compiler.sml	Tue Apr 13 11:34:59 2010 -0400
+++ b/src/compiler.sml	Tue Apr 13 16:30:46 2010 -0400
@@ -75,7 +75,7 @@
 }
 
 val debug = ref false
-val doIflow = ref false
+val doIflow = ref true
 
 fun transform (ph : ('src, 'dst) phase) name = {
     func = fn input => let