* Makefile.in, configure.in, configure,
[fw/sdcc] / src / SDCCloop.h
index e23933700c849938adfe2a004284569d9849269c..34566f26006a34c1172cd43c8c31e1769515624c 100644 (file)
@@ -51,14 +51,7 @@ typedef struct induction
   }
 induction;
 
-DEFSETFUNC (backEdges);
-DEFSETFUNC (pregion);
-DEFSETFUNC (pinduction);
 int loopOptimizations (hTab *, ebbIndex *);
-int addressTaken (set *, operand *);
 hTab *createLoopRegions (ebbIndex *);
-iCode *findDefInRegion (set *, operand *, eBBlock **);
-int hasIncomingDefs (region *, operand *);
-int findLoopEndSeq (region *);
 
 #endif