mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-24 22:11:56 +08:00
basic-block.h (struct edge_def): Pair dest_idx with goto_locus fields.
2008-01-07 Richard Guenther <rguenther@suse.de> * basic-block.h (struct edge_def): Pair dest_idx with goto_locus fields. From-SVN: r131378
This commit is contained in:
parent
3a7b9fdaf6
commit
2eac9a765c
@ -1,3 +1,8 @@
|
||||
2008-01-07 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* basic-block.h (struct edge_def): Pair dest_idx with goto_locus
|
||||
fields.
|
||||
|
||||
2008-01-07 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/34683
|
||||
|
@ -132,14 +132,14 @@ struct edge_def GTY(())
|
||||
/* Location of any goto implicit in the edge, during tree-ssa. */
|
||||
source_locus goto_locus;
|
||||
|
||||
/* The index number corresponding to this edge in the edge vector
|
||||
dest->preds. */
|
||||
unsigned int dest_idx;
|
||||
|
||||
int flags; /* see EDGE_* below */
|
||||
int probability; /* biased by REG_BR_PROB_BASE */
|
||||
gcov_type count; /* Expected number of executions calculated
|
||||
in profile.c */
|
||||
|
||||
/* The index number corresponding to this edge in the edge vector
|
||||
dest->preds. */
|
||||
unsigned int dest_idx;
|
||||
};
|
||||
|
||||
typedef struct edge_def *edge;
|
||||
|
Loading…
x
Reference in New Issue
Block a user