aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>2000-02-12 21:08:39 +0000
committerMichael Hayes <m.hayes@gcc.gnu.org>2000-02-12 21:08:39 +0000
commitf5b647ab0f42fca1c078818cac72cb0003b762ac (patch)
tree486d4c48e3e3b9143ce5e20bde54fd8577b338fe /gcc/basic-block.h
parentdd16866663c408c5ca91b31dcc64bd1279255198 (diff)
downloadgcc-f5b647ab0f42fca1c078818cac72cb0003b762ac.zip
gcc-f5b647ab0f42fca1c078818cac72cb0003b762ac.tar.gz
gcc-f5b647ab0f42fca1c078818cac72cb0003b762ac.tar.bz2
* basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
From-SVN: r31947
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r--gcc/basic-block.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index 5f95c31..76551c0 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -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