Bad and Unknown are pinned instructions yet, speeding up code placement
[libfirm] / ir / ir / irgraph_t.h
index 3a3082a..1b98e71 100644 (file)
@@ -98,7 +98,6 @@ struct ir_graph {
   ir_graph **callees;                /**< For callgraph analyses. */
   int       *callee_isbe;            /**< For callgraph analyses: set if backedge. */
   int        callgraph_loop_depth;
-  int        callgraph_weighted_loop_depth;
   int        callgraph_recursion_depth;
   ir_loop   *l;