diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-04 07:17:41 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-04 07:17:41 +0000 |
commit | 14f02f29c87a1dad04bce2f4e73f81c13322e114 (patch) | |
tree | 05ab7e1771a466532857290dfb50157c94856ccb /gcc/basic-block.h | |
parent | 110557507c069b5d503b683d0ea74debd893e025 (diff) | |
download | gcc-14f02f29c87a1dad04bce2f4e73f81c13322e114.tar.gz |
2010-01-04 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 155603
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@155605 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 3d9b6727cf9..89156114036 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -499,8 +499,6 @@ extern bitmap_obstack reg_obstack; /* The two blocks that are always in the cfg. */ #define NUM_FIXED_BLOCKS (2) - -#define BLOCK_NUM(INSN) (BLOCK_FOR_INSN (INSN)->index + 0) #define set_block_for_insn(INSN, BB) (BLOCK_FOR_INSN (INSN) = BB) extern void compute_bb_for_insn (void); |