summaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>2013-12-09 20:28:31 +0000
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>2013-12-09 20:28:31 +0000
commit37943f95a20e63578fd920823ccf09431b7ee213 (patch)
treeaba32e7e921db0a872854db5b019149870134e3b /gcc/basic-block.h
parent9ca41bd14cf5cd2c666a6678c9689e2e827008fb (diff)
downloadgcc-37943f95a20e63578fd920823ccf09431b7ee213.tar.gz
Eliminate label_to_block_map macro.
gcc/ * basic-block.h (label_to_block_map): Eliminate macro. * gimple.c (gimple_set_bb): Replace uses of label_to_block_map with uses of label_to_block_map_for_fn, making uses of cfun be explicit. * tree-cfg.c (delete_tree_cfg_annotations): Likewise. (verify_gimple_label): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205824 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r--gcc/basic-block.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index 69689f3545a..4ab82890500 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -328,7 +328,6 @@ struct GTY(()) control_flow_graph {
/* Defines for textual backward source compatibility. */
#define last_basic_block (cfun->cfg->x_last_basic_block)
-#define label_to_block_map (cfun->cfg->x_label_to_block_map)
#define profile_status (cfun->cfg->x_profile_status)
/* For iterating over basic blocks. */