Browse Source

Added entry for peephole optimizer library and code expander

ceriel 35 years ago
parent
commit
764f21008f
1 changed files with 7 additions and 0 deletions
  1. 7 0
      Action

+ 7 - 0
Action

@@ -23,6 +23,9 @@ end
 name "C preprocessor"
 dir util/cpp
 end
+name "Peephole optimizer libraries"
+dir modules/src/em_opt
+end
 name "ACK object utilities"
 dir util/amisc
 end
@@ -54,6 +57,10 @@ end
 name "Bootstrap for newest form of backend tables"
 dir util/ncgg
 end
+name "Bootstrap for code expanders"
+dir util/ceg
+indir
+end
 name "LED link editor"
 dir util/led
 end