Added entry for peephole optimizer library and code expander
This commit is contained in:
parent
0faaec8e3d
commit
17c1915104
7
Action
7
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
|
||||
|
|
Loading…
Reference in a new issue