dataflow uses iterators now pt2

This commit is contained in:
Artur K
2011-12-13 23:08:32 +01:00
parent a007955543
commit 01ae1229bb
3 changed files with 135 additions and 134 deletions

View File

@@ -37,6 +37,8 @@ private:
}
//friend class SymbolTableListTraits<BB, Function>;
//Int numInEdges; /* Number of in edges */
Int start; /* First instruction offset */
Int length; /* No. of instructions this BB */
public:
Int begin();
@@ -52,8 +54,6 @@ public:
size_t size();
byte nodeType; /* Type of node */
int traversed; /* Boolean: traversed yet? */
Int start; /* First instruction offset */
Int length; /* No. of instructions this BB */
Int numHlIcodes; /* No. of high-level icodes */
flags32 flg; /* BB flags */