Took away some dead code & added checking with port->cseOk if ok to replace
[fw/sdcc] / src / port.h
index ef0d45182754487cd1a3f3fdc0e1ff7f9139672a..38aee26d50ed4679a60273a219c397032bb4d0e9 100644 (file)
@@ -226,7 +226,8 @@ typedef struct
     bool eq_nne;               /* transform a == b --> ! (a != b)  */
 
     bool arrayInitializerSuppported;  
-      
+    
+    bool (*cseOk) (iCode *ic, iCode *pdic);
 #define PORT_MAGIC 0xAC32
 /** Used at runtime to detect if this structure has been completly filled in. */
     int magic;