From: ceriel Date: Thu, 12 Oct 1989 16:50:29 +0000 (+0000) Subject: Added entry for peephole optimizer library and code expander X-Git-Tag: release-5-5~2227 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=17c19151042f772ad012f30c577348045b45187a;p=ack.git Added entry for peephole optimizer library and code expander --- diff --git a/Action b/Action index 0ffba38e9..8f7ddb0ba 100644 --- a/Action +++ b/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