Browse Source

Gave constant propagation phase a better identifier

Taddeus Kroes 12 năm trước cách đây
mục cha
commit
2986554c58
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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");