Commit f5b647ab by Michael Hayes Committed by Michael Hayes

* basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.

From-SVN: r31947
parent dd168666
2000-02-12 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
2000-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
......
......@@ -330,8 +330,6 @@ struct loop
int exit_count;
};
#define FLOW_LOOP_FIRST_BLOCK(loop) sbitmap_first_set_bit ((loop).nodes)
#define FLOW_LOOP_LAST_BLOCK(loop) sbitmap_last_set_bit ((loop).nodes)
/* Structure to hold CFG information about natural loops within a function. */
struct loops
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment