aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r--gcc/basic-block.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index 288127f56..32dd17736 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -48,8 +48,7 @@ struct GTY((user)) edge_def {
/* Auxiliary info specific to a pass. */
PTR aux;
- /* Location of any goto implicit in the edge and associated BLOCK. */
- tree goto_block;
+ /* Location of any goto implicit in the edge. */
location_t goto_locus;
/* The index number corresponding to this edge in the edge vector