* device/lib/pic/libm: NEW, added math library functions
[fw/sdcc] / src / pic / pcoderegs.c
index 0c8f4bebed9c1dc485ee9726b5e23259cb100b97..5c1b8d18896aeef2869e084d918af53d736b10d5 100644 (file)
@@ -192,6 +192,7 @@ void pCodeRegMapLiveRangesInFlow(pCodeFlow *pcfl)
                                addSetIfnotP(& (reg->reglives.assignedpFlows), pcfl);
                        
                        addSetIfnotP(& (reg->reglives.usedpCodes), pc);
+                       reg->wasUsed = 1;
                }