diff options
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 5c033dfbd4b..2979e01a3ea 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -446,10 +446,6 @@ extern bool rediscover_loops_after_threading; #define FOR_ALL_BB_FN(BB, FN) \ for (BB = ENTRY_BLOCK_PTR_FOR_FUNCTION (FN); BB; BB = BB->next_bb) -/* Special labels found during CFG build. */ - -extern GTY(()) rtx label_value_list; - extern bitmap_obstack reg_obstack; /* Indexed by n, gives number of basic block that (REG n) is used in. |