From 17c19151042f772ad012f30c577348045b45187a Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 12 Oct 1989 16:50:29 +0000 Subject: [PATCH] Added entry for peephole optimizer library and code expander --- Action | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.34.1