Sfoglia il codice sorgente

Gave constant propagation phase a better identifier

Taddeus Kroes 12 anni fa
parent
commit
2986554c58
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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");