aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-utils.c
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2017-03-14 12:47:42 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2017-03-14 12:47:42 +0000
commit34e8234204cb51e65f0e4b325634208a227cc8f3 (patch)
tree365347923620859b17381723ff0346cbc96bc340 /gcc/ipa-utils.c
parent546eb36c7e0ba37974489280059ca14166f07c26 (diff)
downloadgcc-34e8234204cb51e65f0e4b325634208a227cc8f3.zip
gcc-34e8234204cb51e65f0e4b325634208a227cc8f3.tar.gz
gcc-34e8234204cb51e65f0e4b325634208a227cc8f3.tar.bz2
alias.c (struct alias_set_entry): Pack properly.
2017-03-14 Richard Biener <rguenther@suse.de> * alias.c (struct alias_set_entry): Pack properly. * cfgloop.h (struct loop): Likewise. * cse.c (struct set): Likewise. * ipa-utils.c (struct searchc_env): Likewise. * loop-invariant.c (struct invariant): Likewise. * lra-remat.c (struct cand): Likewise. * recog.c (struct change_t): Likewise. * rtl.h (struct address_info): Likewise. * symbol-summary.h (function_summary): Likewise. * tree-loop-distribution.c (struct partition): Likewise. * tree-object-size.c (struct object_size_info): Likewise. * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise. * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise. * tree-vect-data-refs.c (struct _vect_peel_info): Likewise. * tree-vect-slp.c (struct _slp_oprnd_info): Likewise. * tree-vect-stmts.c (struct simd_call_arg_info): Likewise. * tree-vectorizer.h (struct _loop_vec_info): Likewise. (struct _stmt_vec_info): Likewise. From-SVN: r246121
Diffstat (limited to 'gcc/ipa-utils.c')
-rw-r--r--gcc/ipa-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-utils.c b/gcc/ipa-utils.c
index 98a4f11..959e31a 100644
--- a/gcc/ipa-utils.c
+++ b/gcc/ipa-utils.c
@@ -58,8 +58,8 @@ ipa_print_order (FILE* out,
struct searchc_env {
struct cgraph_node **stack;
- int stack_size;
struct cgraph_node **result;
+ int stack_size;
int order_pos;
splay_tree nodes_marked_new;
bool reduce;