Try to make the peephole optimizer smarter by maintaining
[fw/sdcc] / src / SDCCpeeph.h
index 4fa53a59042c69c45b3d94f9e40806b92fa2d450..24425238f191b9995497367b76e9a1b830f7ae4e 100644 (file)
@@ -31,6 +31,7 @@
 typedef struct lineNode
   {
     char *line;
+    iCode *ic;
     unsigned int isInline:1;
     unsigned int isComment:1;
     unsigned int isDebug:1;