]> git.gag.com Git - fw/sdcc/blob - src/SDCCpeeph.awk
Z80 peephole improvements - Implemented RFE #1919415, #1861376, #1880202, #1914434...
[fw/sdcc] / src / SDCCpeeph.awk
1 BEGIN {
2          print "/* Generated file, DO NOT Edit!  */"
3          print "/* To Make changes to rules edit */"
4          print "/* <port>/peeph.def instead.     */"
5 }
6
7 /^\/\// { next}
8
9 { printf "\"" ;
10   printf "%s",$0;
11   print  "\\n\""; 
12 }
13
14