summaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-04 17:07:57 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-04 17:07:57 +0000
commit2f138c1cfbd62fbaa71196fb5e9adb90c297c468 (patch)
tree60b6a1a40cafd587e8f0365563226295e3d92044 /gcc/basic-block.h
parentfb9fa4cf6c97becf39517cb9883e0a434e01e48c (diff)
downloadgcc-2f138c1cfbd62fbaa71196fb5e9adb90c297c468.tar.gz
* lcm.c: Move all mode-switching related functions from here...
* mode-switching.c: ...to this new file. * doc/passes.texi: Update accordingly. * basic-block.h (label_value_list): Remove extern decl. * cfgrtl.c (label_value_list): Remove. (can_delete_label_p): Don't look at it. * cfgcleanup.c (cleanup_cfg): Don't free it. * common.opt: Don't refer to non-existing flag_alias_check. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100591 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r--gcc/basic-block.h4
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.