Explorar el Código

Gave constant propagation phase a better identifier

Taddeus Kroes hace 12 años
padre
commit
2986554c58
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main.ml

+ 1 - 1
main.ml

@@ -23,7 +23,7 @@ let phases = [
      "Convert bool operations");
     ("extern", Extern_vars.phase, always,
      "Create getters and setters for extern variables");
-    ("constant", Constant_propagation.phase, when_optimize,
+    ("constprop", Constant_propagation.phase, when_optimize,
      "Constant propagation");
     ("index", Index_analysis.phase, always,
      "Index analysis");