* basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>
Sat, 12 Feb 2000 21:08:39 +0000 (21:08 +0000)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Sat, 12 Feb 2000 21:08:39 +0000 (21:08 +0000)
From-SVN: r31947

gcc/ChangeLog
gcc/basic-block.h

index 42df9cdc0dbfd583bdc009f018fc3235b20fe81f..229c6b89e5998e11f5a37bab8b3de8452650deeb 100644 (file)
@@ -1,3 +1,7 @@
+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,
index 5f95c3103d020d10c6a9a670fad772d21d50f9a2..76551c079345a77eed27762673fbc634386e3e42 100644 (file)
@@ -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